Merge patch series "include/ndisc.h: Audit include list"

This series from myself largely completes an audit of extraneous include
directives in 'include/*.h' and does not go in to other directories.

Link: https://lore.kernel.org/r/20250628224352.85694-1-trini@konsulko.com
This commit is contained in:
Tom Rini 2025-07-08 13:11:19 -06:00
commit 3833600dba
7 changed files with 5 additions and 7 deletions

View File

@ -16,6 +16,7 @@
#include <asm/arch-rockchip/gpio.h>
#include <asm/arch-rockchip/grf_rk3399.h>
#include <asm/arch-rockchip/hardware.h>
#include <asm/gpio.h>
#include <linux/bitops.h>
#include <linux/printk.h>
#include <power/regulator.h>

View File

@ -9,6 +9,7 @@
#include <fdt_support.h>
#include <log.h>
#include <spl_gpio.h>
#include <asm/gpio.h>
static int star_fix_panel(void *fdt)
{

View File

@ -10,8 +10,6 @@
#ifndef __NDISC_H__
#define __NDISC_H__
#include <ndisc.h>
/* struct nd_msg - ICMPv6 Neighbour Discovery message format */
struct nd_msg {
struct icmp6hdr icmph;

View File

@ -8,7 +8,6 @@
#include <blk.h>
#include <u-boot/uuid.h>
#include <linker_lists.h>
#include <linux/errno.h>
#include <linux/list.h>

View File

@ -1,6 +1,7 @@
#ifndef __SATA_H__
#define __SATA_H__
#include <part.h>
#include <stdbool.h>
int sata_probe(int devnum);
int sata_remove(int devnum);

View File

@ -9,7 +9,7 @@
#ifndef __SPL_GPIO_H
#define __SPL_GPIO_H
#include <asm/gpio.h>
#include <linux/types.h>
/*
* The functions listed here should be implemented in the SoC GPIO driver.

View File

@ -8,8 +8,6 @@
#ifndef _VSC9953_H_
#define _VSC9953_H_
#include <config.h>
#include <miiphy.h>
#include <asm/types.h>
#include <linux/bitops.h>