diff options
Diffstat (limited to 'target/linux/omap24xx/patches-3.1/350-n8x0-gpioswitch-input.patch')
-rw-r--r-- | target/linux/omap24xx/patches-3.1/350-n8x0-gpioswitch-input.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/omap24xx/patches-3.1/350-n8x0-gpioswitch-input.patch b/target/linux/omap24xx/patches-3.1/350-n8x0-gpioswitch-input.patch index 2be9bda106..563a919d4f 100644 --- a/target/linux/omap24xx/patches-3.1/350-n8x0-gpioswitch-input.patch +++ b/target/linux/omap24xx/patches-3.1/350-n8x0-gpioswitch-input.patch @@ -2,10 +2,10 @@ arch/arm/mach-omap2/board-n8x0.c | 73 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) -Index: linux-3.1-rc4/arch/arm/mach-omap2/board-n8x0.c +Index: linux-3.1/arch/arm/mach-omap2/board-n8x0.c =================================================================== ---- linux-3.1-rc4.orig/arch/arm/mach-omap2/board-n8x0.c 2011-10-29 22:14:20.380771042 +0200 -+++ linux-3.1-rc4/arch/arm/mach-omap2/board-n8x0.c 2011-10-29 22:14:21.212767573 +0200 +--- linux-3.1.orig/arch/arm/mach-omap2/board-n8x0.c 2011-10-30 00:48:50.813042079 +0200 ++++ linux-3.1/arch/arm/mach-omap2/board-n8x0.c 2011-10-30 00:48:51.565042059 +0200 @@ -316,6 +316,77 @@ void __init n8x0_bt_init(void) BUG(); } |