From: Mauro Carvalho Chehab Date: Mon, 9 Jan 2006 17:25:20 +0000 (-0200) Subject: V4L/DVB (3123): include reorder to be in sync with V4L tree X-Git-Tag: Ubuntu-goldfish-3.4.0-4.27~36860^2~91 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b5b8ab8d93ec46fec279b22eb1a613be18f49f7a;p=mirror_ubuntu-zesty-kernel.git V4L/DVB (3123): include reorder to be in sync with V4L tree - include reorder to be in sync with V4L tree Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/bttv-driver.c b/drivers/media/video/bttv-driver.c index b93f4b5c0386..47347674a5e0 100644 --- a/drivers/media/video/bttv-driver.c +++ b/drivers/media/video/bttv-driver.c @@ -34,13 +34,13 @@ #include #include #include +#include "bttvp.h" + #include #include #include -#include "bttvp.h" - #include "rds.h" diff --git a/drivers/media/video/bttv-i2c.c b/drivers/media/video/bttv-i2c.c index d6418c023d39..8bb055de8d84 100644 --- a/drivers/media/video/bttv-i2c.c +++ b/drivers/media/video/bttv-i2c.c @@ -28,10 +28,10 @@ #include #include #include -#include -#include #include "bttvp.h" +#include +#include static struct i2c_algo_bit_data bttv_i2c_algo_bit_template; static struct i2c_adapter bttv_i2c_adap_sw_template;