• Arnd Bergmann's avatar
    [media] davinci: do not include mach/hardware.h · c38cd872
    Arnd Bergmann authored
    It is now possible to build the davinci vpss code
    on multiplatform kernels, which causes a problem
    since the driver tries to incude the davinci
    platform specific mach/hardware.h file. Fortunately
    that file is not required at all in the driver,
    so we can simply remove the #include statement.
    
    Without this patch, building allyesconfig results in:
    
    drivers/media/platform/davinci/vpss.c:28:27: fatal error: mach/hardware.h: No such file or directory
    compilation terminated.
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Acked-by: default avatar"Lad, Prabhakar" <prabhakar.lad@ti.com>
    Acked-by: default avatarTony Lindgren <tony@atomide.com>
    Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
    c38cd872
vpss.c 11.8 KB