diff options
Diffstat (limited to 'target/arm/cubox-i/patches/3.10.30/regmap-boolean.patch')
-rw-r--r-- | target/arm/cubox-i/patches/3.10.30/regmap-boolean.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/target/arm/cubox-i/patches/3.10.30/regmap-boolean.patch b/target/arm/cubox-i/patches/3.10.30/regmap-boolean.patch deleted file mode 100644 index c8ee12c58..000000000 --- a/target/arm/cubox-i/patches/3.10.30/regmap-boolean.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -Nur linux-3.10.30.orig/drivers/base/regmap/Kconfig linux-3.10.30/drivers/base/regmap/Kconfig ---- linux-3.10.30.orig/drivers/base/regmap/Kconfig 2014-02-13 22:48:15.000000000 +0100 -+++ linux-3.10.30/drivers/base/regmap/Kconfig 2014-05-19 18:38:14.558461284 +0200 -@@ -10,13 +10,13 @@ - bool - - config REGMAP_I2C -- tristate -+ boolean - - config REGMAP_SPI -- tristate -+ boolean - - config REGMAP_MMIO -- tristate -+ boolean - - config REGMAP_IRQ - bool |