summaryrefslogtreecommitdiff
path: root/staging-vexpress-rtsm.xml
diff options
context:
space:
mode:
authorMathieu Poirier <mathieu.poirier@linaro.org>2012-05-07 22:32:16 +0000
committerGerrit Code Review <gerrit@betelgeuse.canonical.com>2012-05-07 22:32:16 +0000
commit7928b6c92e324433c0e493b086870ec4227c277b (patch)
tree2f9fca1fb7f1acea98dedfd9f00582cff87f0b17 /staging-vexpress-rtsm.xml
parent9d9c63ac1b46c63ae5f56770b21240d927e37a82 (diff)
Abandonning in favor of a much better solution suggested by Bero:
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 4, 0) root_dentry = d_alloc_root(root_inode); #else root_dentry = d_make_root(root_inode); #endif Revert "manifest: (All) move from d_alloc_root to d_make_root" This reverts commit 9d9c63ac1b46c63ae5f56770b21240d927e37a82
Diffstat (limited to 'staging-vexpress-rtsm.xml')
-rw-r--r--staging-vexpress-rtsm.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/staging-vexpress-rtsm.xml b/staging-vexpress-rtsm.xml
index 3d0b1a1..89059ec 100644
--- a/staging-vexpress-rtsm.xml
+++ b/staging-vexpress-rtsm.xml
@@ -34,7 +34,7 @@
<project path="uefi" name="arm/uefi/uefi" revision="master" remote="linaro-other" />
<project path="arm-virt-bl" name="people/dmart/arm-virt-bl" revision="linaro-next" remote="linaro-other" />
<project path="boot-wrapper" name="people/bhoj/boot-wrapper" revision="android" remote="linaro-other" />
- <project path="external/gator" name="arm/ds5/gator" revision="be919cae567218759122a0ba95e3c92a04f7a3dc" remote="linaro-other" />
+ <project path="external/gator" name="arm/ds5/gator" revision="android" remote="linaro-other" />
<project path="packages/wallpapers/LinaroWallpaper" name="platform/packages/wallpapers/LinaroWallpaper" revision="master" />
<project path="external/powertop" name="platform/external/powertop" revision="linaro"/>
<project path="external/ncurses" name="platform/external/ncurses" revision="linaro"/>