media: staging: atomisp: add a missing include
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 26 Mar 2018 15:00:05 +0000 (11:00 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 4 Apr 2018 11:36:25 +0000 (07:36 -0400)
commitc3a9880f53c4822de8d88eae63d9eb1721660812
tree8083346eccd0456c791618e2715050dd1fda6ba6
parentb2fc77bc1bcbe856a9cbfd6d2ed2a953d4e6d3a8
media: staging: atomisp: add a missing include

atomisp_drvfs.c is not including its own header, causing those
warnings:
drivers/staging/media/atomisp/pci/atomisp2/atomisp_drvfs.c:185:5: warning: symbol 'atomisp_drvfs_init' was not declared. Should it be static?
drivers/staging/media/atomisp/pci/atomisp2/atomisp_drvfs.c:201:6: warning: symbol 'atomisp_drvfs_exit' was not declared. Should it be static?

Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/staging/media/atomisp/pci/atomisp2/atomisp_drvfs.c