]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: S3C24XX: Fix compile breakage for SMDK2410
authorAlexander Shiyan <shc_work@mail.ru>
Fri, 8 Feb 2013 21:41:36 +0000 (13:41 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 8 Feb 2013 21:41:36 +0000 (13:41 -0800)
commit1a4c2a1974a06f31ce1b7d724dfdc5cc1be32006
tree16fd6f613bb745b510d8051a5155abf31b6f7c67
parent083c8e28e24a1f79b2eef5de5222be1ac8132af2
ARM: S3C24XX: Fix compile breakage for SMDK2410

Symbol S3C_DEV_USB_HOST should be defined to avoid this problem.

  LINK    vmlinux
  LD      vmlinux.o
  MODPOST vmlinux.o
WARNING: modpost: Found 2 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
  GEN     .version
  CHK     include/generated/compile.h
  UPD     include/generated/compile.h
  CC      init/version.o
  LD      init/built-in.o
arch/arm/mach-s3c24xx/built-in.o:(.init.data+0x660): undefined reference to `s3c_device_ohci'
make: *** [vmlinux] Error 1

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c24xx/Kconfig