Skip to content

Commit 074fe32

Browse files
andy-shevtsbogend
authored andcommitted
MIPS: ralink: Don't use "proxy" headers
Update header inclusions to follow IWYU (Include What You Use) principle. Fixes: 5804be0 ("MIPS: ralink: Remove unused of_gpio.h") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202403090727.nLhljNp6-lkp@intel.com/ Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent 8b2de74 commit 074fe32

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

arch/mips/ralink/timer.c

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@
66
* Copyright (C) 2013 John Crispin <john@phrozen.org>
77
*/
88

9-
#include <linux/platform_device.h>
9+
#include <linux/bits.h>
10+
#include <linux/clk.h>
11+
#include <linux/device.h>
12+
#include <linux/err.h>
1013
#include <linux/interrupt.h>
14+
#include <linux/io.h>
15+
#include <linux/mod_devicetable.h>
16+
#include <linux/platform_device.h>
1117
#include <linux/timer.h>
12-
#include <linux/clk.h>
18+
#include <linux/types.h>
1319

1420
#include <asm/mach-ralink/ralink_regs.h>
1521

0 commit comments

Comments
 (0)