Commit c15b95ed authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (12286): sn9c20x: reorder includes to be like other drivers

This is not just pure cosmetic, since the order affects the out-of-tree
module build at the -hg development tree.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 3eb0237d
...@@ -18,10 +18,6 @@ ...@@ -18,10 +18,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "gspca.h"
#include "jpeg.h"
#include <media/v4l2-chip-ident.h>
#ifdef CONFIG_USB_GSPCA_SN9C20X_EVDEV #ifdef CONFIG_USB_GSPCA_SN9C20X_EVDEV
#include <linux/kthread.h> #include <linux/kthread.h>
#include <linux/freezer.h> #include <linux/freezer.h>
...@@ -29,6 +25,11 @@ ...@@ -29,6 +25,11 @@
#include <linux/input.h> #include <linux/input.h>
#endif #endif
#include "gspca.h"
#include "jpeg.h"
#include <media/v4l2-chip-ident.h>
MODULE_AUTHOR("Brian Johnson <brijohn@gmail.com>, " MODULE_AUTHOR("Brian Johnson <brijohn@gmail.com>, "
"microdia project <microdia@googlegroups.com>"); "microdia project <microdia@googlegroups.com>");
MODULE_DESCRIPTION("GSPCA/SN9C20X USB Camera Driver"); MODULE_DESCRIPTION("GSPCA/SN9C20X USB Camera Driver");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment