diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2011-11-09 08:26:33 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-24 19:09:50 -0200 |
commit | 47cefc21ef4ce2c8caec931a2dbe7fef1727fc31 (patch) | |
tree | e41f33f9f38b090bf5798831cb2b606da435dc8c /drivers/staging | |
parent | 98680557f3ce7eadae0ceda4484fd6c7a13ba3be (diff) | |
download | linux-stable-47cefc21ef4ce2c8caec931a2dbe7fef1727fc31.tar.gz linux-stable-47cefc21ef4ce2c8caec931a2dbe7fef1727fc31.tar.bz2 linux-stable-47cefc21ef4ce2c8caec931a2dbe7fef1727fc31.zip |
[media] easycap: remove linux/version.h include from easycap_ioctl.c
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/media/easycap/easycap_ioctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/media/easycap/easycap_ioctl.c b/drivers/staging/media/easycap/easycap_ioctl.c index f5bc741fc4c7..acb9c842ca33 100644 --- a/drivers/staging/media/easycap/easycap_ioctl.c +++ b/drivers/staging/media/easycap/easycap_ioctl.c @@ -25,7 +25,6 @@ */ /*****************************************************************************/ -#include <linux/version.h> #include "easycap.h" /*--------------------------------------------------------------------------*/ |