Skip to content

Commit

Permalink
um: Remove unused including <linux/version.h>
Browse files Browse the repository at this point in the history
Fix the following versioncheck warning:
./arch/um/drivers/vector_kern.c: 11 linux/version.h not needed.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
  • Loading branch information
Yang Li authored and Richard Weinberger committed Apr 15, 2021
1 parent a730af6 commit c521db9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/um/drivers/vector_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* Copyright (C) 2001 by various other people who didn't put their name here.
*/

#include <linux/version.h>
#include <linux/memblock.h>
#include <linux/etherdevice.h>
#include <linux/ethtool.h>
Expand Down

0 comments on commit c521db9

Please sign in to comment.