Commit b34fc158 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'net-skbuff-includes'



Jakub Kicinski says:

====================
net: skbuff: clean up unnecessary includes

skbuff.h is included in a significant portion of the tree.
Clean up unused dependencies to speed up builds.

This set only takes care of the most obvious cases.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 6e65bb52 21bf7315
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
#define __ASM_ARM_CHECKSUM_H

#include <linux/in6.h>
#include <linux/uaccess.h>

/*
 * computes the checksum of a memory block at buff, length len,
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
 */

#include <linux/compiler.h>
#include <linux/uaccess.h>
#include <asm/byteorder.h>

/**
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
/* Copyright (c) 2018-2019 Hisilicon Limited. */

#include <linux/device.h>
#include <linux/sched/clock.h>

#include "hclge_debugfs.h"
#include "hclge_err.h"
+2 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0+
/* Copyright (c) 2016-2017 Hisilicon Limited. */

#include <linux/sched/clock.h>

#include "hclge_err.h"

static const struct hclge_hw_error hclge_imp_tcm_ecc_int[] = {
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@
 * under either the MPL or the GPL.
 */

#include <linux/net.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/delay.h>
Loading