diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2012-04-18 04:30:08 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-04-18 23:58:17 (GMT) |
commit | 0d19cd36a5727962b3c000270857d4bf63522d63 (patch) | |
tree | 6a9fdf6b5965f18891adbde86720a9775f57b171 /drivers | |
parent | 72b9b8c847c3590172a8caa718582370f8925137 (diff) | |
download | linux-0d19cd36a5727962b3c000270857d4bf63522d63.tar.xz |
drivers: staging: media: as102: as102fe.c: Remove include of version.h
The output of "make versioncheck" told us that:
drivers/staging/media/as102/as102_fe.c: 20 linux/version.h not needed.
If we take a look at the code, we can agree to remove this include.
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: <linux-media@vger.kernel.org>
Cc: <devel@driverdev.osuosl.org>
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 5917657..9ce8c9d 100644 --- a/drivers/staging/media/as102/as102_fe.c +++ b/drivers/staging/media/as102/as102_fe.c @@ -17,8 +17,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <linux/version.h> - #include "as102_drv.h" #include "as10x_types.h" #include "as10x_cmd.h" |