]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[media] media-device: put headers in alphabetic order
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 11 Dec 2015 09:23:09 +0000 (07:23 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 11 Jan 2016 14:19:03 +0000 (12:19 -0200)
It is better to keep the headers in alphabetic order.

Suggested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/media-device.c

index 3d0a77c1c8998be03880fcbb4698eb9f4bb380ec..61883abaf0955b033920946fedd9383e7da9f2d6 100644 (file)
@@ -24,8 +24,8 @@
 #include <linux/export.h>
 #include <linux/ioctl.h>
 #include <linux/media.h>
-#include <linux/types.h>
 #include <linux/slab.h>
+#include <linux/types.h>
 
 #include <media/media-device.h>
 #include <media/media-devnode.h>