diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-07-19 18:03:23 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-07-24 14:03:31 -0300 |
commit | c15b95edb98f184e73f756511a60a7994cd9d840 (patch) | |
tree | 90b3e61644d7db1c2cee054de4a5813b23c8381a /drivers | |
parent | 3eb0237d445c23e9f46b11a07bce986eca450640 (diff) | |
download | kernel-crypto-c15b95edb98f184e73f756511a60a7994cd9d840.tar.gz kernel-crypto-c15b95edb98f184e73f756511a60a7994cd9d840.tar.xz kernel-crypto-c15b95edb98f184e73f756511a60a7994cd9d840.zip |
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: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/gspca/sn9c20x.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/media/video/gspca/sn9c20x.c b/drivers/media/video/gspca/sn9c20x.c index 78ab26ceb90..fcfbbd329b4 100644 --- a/drivers/media/video/gspca/sn9c20x.c +++ b/drivers/media/video/gspca/sn9c20x.c @@ -18,10 +18,6 @@ * 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 #include <linux/kthread.h> #include <linux/freezer.h> @@ -29,6 +25,11 @@ #include <linux/input.h> #endif +#include "gspca.h" +#include "jpeg.h" + +#include <media/v4l2-chip-ident.h> + MODULE_AUTHOR("Brian Johnson <brijohn@gmail.com>, " "microdia project <microdia@googlegroups.com>"); MODULE_DESCRIPTION("GSPCA/SN9C20X USB Camera Driver"); |