OSDN Git Service

ARM: S5P: Fix export.h inclusion
authorKukjin Kim <kgene.kim@samsung.com>
Wed, 16 Nov 2011 16:13:34 +0000 (01:13 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 16 Nov 2011 16:13:34 +0000 (01:13 +0900)
commit12b248eba4fd189216cad14b7dd1cfdacdf90cdf
tree3ff4549dabf9d884e82145425589092c1ec28aae
parent76ee4557137ce12a60a1e1a070ed341182163a64
ARM: S5P: Fix export.h inclusion

Commit 32aaeffbd4a7 ("Merge branch 'modsplit-Oct31 2011'...")
breaks build like following and this fixes it to add inclusion
<linux/export.h>.

arch/arm/plat-s5p/sysmmu.c:302: error: 'THIS_MODULE' undeclared here (not in a function)

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-s5p/sysmmu.c