• A
    ARM: OMAP2+: l3-noc: Include linux/module.h · d4fc7eb5
    Axel Lin 提交于
    Include linux/module.h to fix below build error:
    
      CC      arch/arm/mach-omap2/omap_l3_noc.o
    arch/arm/mach-omap2/omap_l3_noc.c:240: error: expected ',' or ';' before 'MODULE_DEVICE_TABLE'
    arch/arm/mach-omap2/omap_l3_noc.c:250: error: 'THIS_MODULE' undeclared here (not in a function)
    make[1]: *** [arch/arm/mach-omap2/omap_l3_noc.o] Error 1
    make: *** [arch/arm/mach-omap2] Error 2
    Signed-off-by: NAxel Lin <axel.lin@gmail.com>
    Signed-off-by: NTony Lindgren <tony@atomide.com>
    d4fc7eb5
omap_l3_noc.c 6.7 KB