diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-08 11:59:12 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-08 11:59:12 +0000 |
commit | cf6db2d6d6ea77ed6297faee5444d91e4faae7cf (patch) | |
tree | 709f8549d163d4379df886165c709f7d4ae694f7 /meta/packages/cx3110x/files | |
parent | d268f49b0d555915823c6f8074aa2b7068affead (diff) | |
download | openembedded-core-cf6db2d6d6ea77ed6297faee5444d91e4faae7cf.tar.gz openembedded-core-cf6db2d6d6ea77ed6297faee5444d91e4faae7cf.tar.bz2 openembedded-core-cf6db2d6d6ea77ed6297faee5444d91e4faae7cf.zip |
cx3110x: fix version 2.0.15
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3726 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/cx3110x/files')
-rw-r--r-- | meta/packages/cx3110x/files/no-linux-config.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/cx3110x/files/no-linux-config.patch b/meta/packages/cx3110x/files/no-linux-config.patch new file mode 100644 index 0000000000..e6ab317249 --- /dev/null +++ b/meta/packages/cx3110x/files/no-linux-config.patch @@ -0,0 +1,12 @@ +Index: cx3110x-module-src-2.0.15/src/sm_drv_spi.c +=================================================================== +--- cx3110x-module-src-2.0.15.orig/src/sm_drv_spi.c 2008-02-08 13:52:28.000000000 +0100 ++++ cx3110x-module-src-2.0.15/src/sm_drv_spi.c 2008-02-08 13:52:40.000000000 +0100 +@@ -36,7 +36,6 @@ + #include <linux/platform_device.h> + #include <linux/string.h> + #include <linux/firmware.h> +-#include <linux/config.h> + #if !defined(CONFIG_FW_LOADER) && !defined(CONFIG_FW_LOADER_MODULE) + #error No Firmware Loading configured in the kernel ! + #endif |