diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-02 17:42:08 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-08-02 17:42:08 +0000 |
commit | feedc99ff99ee8386a4f552179b97ce06a617f83 (patch) | |
tree | 4a886388a232d631adc73889ee92eba6a37a14b0 /meta/packages/linux/linux-omap-2.6.24.7/module_fix.patch | |
parent | 9f55811c01db994df701d2d19e347033f362b60d (diff) | |
download | openembedded-core-feedc99ff99ee8386a4f552179b97ce06a617f83.tar.gz openembedded-core-feedc99ff99ee8386a4f552179b97ce06a617f83.tar.bz2 openembedded-core-feedc99ff99ee8386a4f552179b97ce06a617f83.zip |
Add linux-omap-2.6.24.7 based on the ldp 1.4 kernel
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5007 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux/linux-omap-2.6.24.7/module_fix.patch')
-rw-r--r-- | meta/packages/linux/linux-omap-2.6.24.7/module_fix.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-omap-2.6.24.7/module_fix.patch b/meta/packages/linux/linux-omap-2.6.24.7/module_fix.patch new file mode 100644 index 0000000000..7275eccde4 --- /dev/null +++ b/meta/packages/linux/linux-omap-2.6.24.7/module_fix.patch @@ -0,0 +1,16 @@ +Index: linux-2.6.24/arch/arm/plat-omap/resource.c +=================================================================== +--- linux-2.6.24.orig/arch/arm/plat-omap/resource.c 2008-08-02 18:34:26.000000000 +0100 ++++ linux-2.6.24/arch/arm/plat-omap/resource.c 2008-08-02 18:35:28.000000000 +0100 +@@ -174,6 +174,11 @@ + return res; + } + ++EXPORT_SYMBOL(resource_put); ++EXPORT_SYMBOL(resource_get); ++EXPORT_SYMBOL(resource_request); ++EXPORT_SYMBOL(resource_release); ++ + /* Adds the request to the list of requests for the given resource.*/ + /*Recalulates the target level to be set for the resource and updates */ + /*it if not same as the current level. Also calls notification functions */ |