]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers/media: video/a5k6aa is a module and so needs module.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 8 Nov 2011 19:56:50 +0000 (14:56 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 8 Nov 2011 19:56:50 +0000 (14:56 -0500)
commit6aec187a90aeb883533c9180e2acac1e54c87f7d
tree4448311943ef60cdf47f90200716a54d885b0ede
parent3b8ce3aed986090d9249629f97c53b4dfb8c9783
drivers/media: video/a5k6aa is a module and so needs module.h

This file uses core functions like module_init() and module_exit()
and so it explicitly needs to include the module.h header.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/media/video/s5k6aa.c