diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-11-27 07:15:25 +0900 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-11-27 07:15:25 +0900 |
commit | b127c6fb508f86542c3d5e460e1b99d2294360a6 (patch) | |
tree | e316ea74828176f6a02713ade6b67a0766cd801b /arch/arm/mach-s5pv210/mach-smdkc110.c | |
parent | 0a66a59649f8d3f09a0ca77f1a232ec77adeeda2 (diff) | |
parent | 9adf262a9f81489635f7868c9819cb864192811b (diff) | |
download | op-kernel-dev-b127c6fb508f86542c3d5e460e1b99d2294360a6.zip op-kernel-dev-b127c6fb508f86542c3d5e460e1b99d2294360a6.tar.gz |
Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung
* 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
ARM: S5PV210: Fix sysdev related warning messages
ARM: S3C24XX: Fix UART3 submask on S3C2416 and S3C2443
ARM: S3C24XX: Fix Demux error in UART3 irqs on S3C2443 and S3C2416
ARM: S3C64XX: fix uart clock setup for mini6410/real6410
ARM: S3C24XX: Fix wrong s3c_gpio_cfgpull
ARM: S3C2410: Adapt h1940-bluetooth to gpiolib changes
Diffstat (limited to 'arch/arm/mach-s5pv210/mach-smdkc110.c')
-rw-r--r-- | arch/arm/mach-s5pv210/mach-smdkc110.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/mach-smdkc110.c b/arch/arm/mach-s5pv210/mach-smdkc110.c index 0ad7924..5dd1681 100644 --- a/arch/arm/mach-s5pv210/mach-smdkc110.c +++ b/arch/arm/mach-s5pv210/mach-smdkc110.c @@ -13,6 +13,7 @@ #include <linux/init.h> #include <linux/serial_core.h> #include <linux/i2c.h> +#include <linux/sysdev.h> #include <asm/mach/arch.h> #include <asm/mach/map.h> |