aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/patches-2.6.29/020-rename-serialdevs.patch
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2009-07-05 11:37:52 +0000
committerMirko Vogt <mirko@openwrt.org>2009-07-05 11:37:52 +0000
commite6c20cf7d58302c299dabd106345081efd9c7421 (patch)
treeeb6c9892f000a38d5e196418d490e7f5928d9e2e /target/linux/s3c24xx/patches-2.6.29/020-rename-serialdevs.patch
parentd70e805217edcff9bba4dd2e472325c5006c91df (diff)
downloadupstream-e6c20cf7d58302c299dabd106345081efd9c7421.tar.gz
upstream-e6c20cf7d58302c299dabd106345081efd9c7421.tar.bz2
upstream-e6c20cf7d58302c299dabd106345081efd9c7421.zip
purge out config and patches for 2.6.29 as 2.6.30.1 is now default and stable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16685 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.29/020-rename-serialdevs.patch')
-rw-r--r--target/linux/s3c24xx/patches-2.6.29/020-rename-serialdevs.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.29/020-rename-serialdevs.patch b/target/linux/s3c24xx/patches-2.6.29/020-rename-serialdevs.patch
deleted file mode 100644
index 3e6fdbea92..0000000000
--- a/target/linux/s3c24xx/patches-2.6.29/020-rename-serialdevs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/serial/samsung.c
-+++ b/drivers/serial/samsung.c
-@@ -882,7 +882,7 @@ static struct uart_ops s3c24xx_serial_op
-
- static struct uart_driver s3c24xx_uart_drv = {
- .owner = THIS_MODULE,
-- .dev_name = "s3c2410_serial",
-+ .dev_name = "ttySAC",
- .nr = CONFIG_SERIAL_SAMSUNG_UARTS,
- .cons = S3C24XX_SERIAL_CONSOLE,
- .driver_name = S3C24XX_SERIAL_NAME,