diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-11-23 20:22:37 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-11-23 20:22:37 +0000 |
commit | 4f778f56ee4f399439e401d45c1a76d72120a1f3 (patch) | |
tree | f631adac6f956c2a0cde72c41d2e02b7a3e8bccb /arch/arm/plat-samsung/pwm.c | |
parent | bb68926609f411c258d6946f7680e009625ab950 (diff) | |
parent | dc2c83582eac2682808b80e9dce7d2cac2b20596 (diff) |
Merge branch 'samsung-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes
Diffstat (limited to 'arch/arm/plat-samsung/pwm.c')
-rw-r--r-- | arch/arm/plat-samsung/pwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/pwm.c b/arch/arm/plat-samsung/pwm.c index dc1185dcf80..c559d8438c7 100644 --- a/arch/arm/plat-samsung/pwm.c +++ b/arch/arm/plat-samsung/pwm.c @@ -11,7 +11,7 @@ * the Free Software Foundation; either version 2 of the License. */ -#include <linux/module.h> +#include <linux/export.h> #include <linux/kernel.h> #include <linux/platform_device.h> #include <linux/slab.h> |