diff options
author | Jonas Gorski <jogo@openwrt.org> | 2011-11-13 10:48:05 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2011-11-13 10:48:05 +0000 |
commit | d8acb75009ad7f674609664810fef3a11d72205e (patch) | |
tree | d66c7e0323af53562e5f0e4e0fd7d9ab49d3ca7a /target/linux/omap24xx/patches-3.1/330-n800-tsc2301-platform.patch | |
parent | a8797d0de6fac61582e9e9212e55e0bc1449f4b1 (diff) | |
download | upstream-d8acb75009ad7f674609664810fef3a11d72205e.tar.gz upstream-d8acb75009ad7f674609664810fef3a11d72205e.tar.bz2 upstream-d8acb75009ad7f674609664810fef3a11d72205e.zip |
linux: update 3.1 to 3.1.1
SVN-Revision: 29007
Diffstat (limited to 'target/linux/omap24xx/patches-3.1/330-n800-tsc2301-platform.patch')
-rw-r--r-- | target/linux/omap24xx/patches-3.1/330-n800-tsc2301-platform.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/omap24xx/patches-3.1/330-n800-tsc2301-platform.patch b/target/linux/omap24xx/patches-3.1/330-n800-tsc2301-platform.patch index 1107fc8c27..553a791241 100644 --- a/target/linux/omap24xx/patches-3.1/330-n800-tsc2301-platform.patch +++ b/target/linux/omap24xx/patches-3.1/330-n800-tsc2301-platform.patch @@ -8,10 +8,8 @@ This patch adds TSC2301 init logic to N800 board file arch/arm/mach-omap2/board-n8x0.c | 141 ++++++++++++++++++++++++++++++++++++-- 1 files changed, 135 insertions(+), 6 deletions(-) -Index: linux-3.1/arch/arm/mach-omap2/board-n8x0.c -=================================================================== ---- linux-3.1.orig/arch/arm/mach-omap2/board-n8x0.c 2011-10-30 19:32:22.288178756 +0100 -+++ linux-3.1/arch/arm/mach-omap2/board-n8x0.c 2011-10-30 19:32:26.840094004 +0100 +--- a/arch/arm/mach-omap2/board-n8x0.c ++++ b/arch/arm/mach-omap2/board-n8x0.c @@ -27,6 +27,7 @@ #include <linux/spi/tsc2005.h> #include <linux/input.h> |