1. 22 11月, 2011 1 次提交
    • A
      ARM: imx: export imx_ioremap · 807dfe70
      Arnd Bergmann 提交于
      The arch_ioremap function on i.MX is now an indirect function pointer.
      In order to use it from any loadable module, the pointer itself
      has to be exported.
      
      ERROR: "imx_ioremap" [drivers/video/tmiofb.ko] undefined!
      ERROR: "imx_ioremap" [drivers/usb/host/sl811-hcd.ko] undefined!
      ERROR: "imx_ioremap" [drivers/usb/host/r8a66597-hcd.ko] undefined!
      ERROR: "imx_ioremap" [drivers/usb/host/oxu210hp-hcd.ko] undefined!
      ERROR: "imx_ioremap" [drivers/usb/gadget/r8a66597-udc.ko] undefined!
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NShawn Guo <shawn.guo@linaro.org>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      807dfe70
  2. 16 11月, 2011 7 次提交
  3. 15 11月, 2011 1 次提交
    • L
      fsl-rio: fix compile error · e0ce42e1
      Liu Gang 提交于
      The "#include <linux/module.h>" was replaced by "#include <linux/export.h>"
      in the patch "powerpc: various straight conversions from module.h --> export.h".
      This will cause the following compile problem:
      arch/powerpc/sysdev/fsl_rio.c: In function 'fsl_rio_mcheck_exception':
      arch/powerpc/sysdev/fsl_rio.c:296: error: implicit declaration of function 'search_exception_tables'.
      
      The file fsl_rio.c needs the declaration of function "search_exception_tables"
      in the header file "linux/module.h".
      Signed-off-by: NLiu Gang <Gang.Liu@freescale.com>
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      e0ce42e1
  4. 14 11月, 2011 7 次提交
  5. 13 11月, 2011 2 次提交
  6. 12 11月, 2011 17 次提交
  7. 11 11月, 2011 5 次提交