diff options
author | joseph daniel <josephdanielwalter@gmail.com> | 2012-05-13 10:36:57 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-20 10:16:45 -0400 |
commit | 973848978be863607282391868efd77ace64278d (patch) | |
tree | c0b5d23e9d2d99e3a7320cc5f7b752dd3bf7390f /drivers | |
parent | 7b134e85b1d9eaf91c5b05bf9832c2d18b747072 (diff) |
[media] staging/media/as102: remove version.h include at as102_fe.c
There was a warning when ran "make versioncheck"
drivers/staging/media/as102/as102_fe.c: 20 linux/version.h not needed.
Signed-off-by: joseph daniel <josephdanielwalter@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/media/as102/as102_fe.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/media/as102/as102_fe.c b/drivers/staging/media/as102/as102_fe.c index 5917657b9d0f..9ce8c9daa2e7 100644 --- a/drivers/staging/media/as102/as102_fe.c +++ b/drivers/staging/media/as102/as102_fe.c | |||
@@ -17,8 +17,6 @@ | |||
17 | * along with this program; if not, write to the Free Software | 17 | * along with this program; if not, write to the Free Software |
18 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 18 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
19 | */ | 19 | */ |
20 | #include <linux/version.h> | ||
21 | |||
22 | #include "as102_drv.h" | 20 | #include "as102_drv.h" |
23 | #include "as10x_types.h" | 21 | #include "as10x_types.h" |
24 | #include "as10x_cmd.h" | 22 | #include "as10x_cmd.h" |