mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
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:
commit
3833600dba
@ -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>
|
||||
|
||||
@ -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)
|
||||
{
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -8,7 +8,6 @@
|
||||
|
||||
#include <blk.h>
|
||||
#include <u-boot/uuid.h>
|
||||
#include <linker_lists.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/list.h>
|
||||
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -8,8 +8,6 @@
|
||||
#ifndef _VSC9953_H_
|
||||
#define _VSC9953_H_
|
||||
|
||||
#include <config.h>
|
||||
#include <miiphy.h>
|
||||
#include <asm/types.h>
|
||||
#include <linux/bitops.h>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user