aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-2.6.27/050-spi.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2009-03-24 15:09:20 +0000
committerHauke Mehrtens <hauke@openwrt.org>2009-03-24 15:09:20 +0000
commit2094a9de3e4764f6952d92230236f6187e81fd80 (patch)
tree82d1ebcf9178c13535ec35a25e092d34023dc558 /target/linux/brcm63xx/patches-2.6.27/050-spi.patch
parent42c24b862cefa09e5ff61233910447eae964cdcf (diff)
downloadmaster-187ad058-2094a9de3e4764f6952d92230236f6187e81fd80.tar.gz
master-187ad058-2094a9de3e4764f6952d92230236f6187e81fd80.tar.bz2
master-187ad058-2094a9de3e4764f6952d92230236f6187e81fd80.zip
[kernel] refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15018 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.27/050-spi.patch')
-rw-r--r--target/linux/brcm63xx/patches-2.6.27/050-spi.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.27/050-spi.patch b/target/linux/brcm63xx/patches-2.6.27/050-spi.patch
index 7dea3172c9..fe3c430f13 100644
--- a/target/linux/brcm63xx/patches-2.6.27/050-spi.patch
+++ b/target/linux/brcm63xx/patches-2.6.27/050-spi.patch
@@ -1,6 +1,6 @@
---- a/drivers/spi/Kconfig 2009-03-06 02:24:35.000000000 +0100
-+++ b/drivers/spi/Kconfig 2009-03-06 02:25:01.000000000 +0100
-@@ -217,6 +217,13 @@
+--- a/drivers/spi/Kconfig
++++ b/drivers/spi/Kconfig
+@@ -217,6 +217,13 @@ config SPI_XILINX
See the "OPB Serial Peripheral Interface (SPI) (v1.00e)"
Product Specification document (DS464) for hardware details.
@@ -14,9 +14,9 @@
#
# Add new SPI master controllers in alphabetical order above this line
#
---- a/drivers/spi/Makefile 2009-03-06 02:25:07.000000000 +0100
-+++ b/drivers/spi/Makefile 2009-03-06 02:24:13.000000000 +0100
-@@ -30,6 +30,7 @@
+--- a/drivers/spi/Makefile
++++ b/drivers/spi/Makefile
+@@ -30,6 +30,7 @@ obj-$(CONFIG_SPI_S3C24XX) += spi_s3c24x
obj-$(CONFIG_SPI_TXX9) += spi_txx9.o
obj-$(CONFIG_SPI_XILINX) += xilinx_spi.o
obj-$(CONFIG_SPI_SH_SCI) += spi_sh_sci.o