mirror of https://github.com/torvalds/linux.git
firmware/nvram: bcm47xx: Don't use "proxy" headers
Update header inclusions to follow IWYU (Include What You Use) principle. Note that kernel.h is discouraged to be included as it's written at the top of that file. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
parent
86731a2a65
commit
002d90627c
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
#include <linux/errno.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/vmalloc.h>
|
||||
|
||||
#ifdef CONFIG_BCM47XX_NVRAM
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
#ifndef __BCM47XX_SPROM_H
|
||||
#define __BCM47XX_SPROM_H
|
||||
|
||||
#include <linux/errno.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/vmalloc.h>
|
||||
|
||||
struct ssb_sprom;
|
||||
|
|
|
|||
Loading…
Reference in New Issue