mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
net: add missing includes and forward declarations under net/
This patch adds missing includes to headers under include/net. All these problems are currently masked by the existing users including the missing dependency before the broken header. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
735dbc69ab
commit
949d6b405e
@@ -6,6 +6,11 @@
|
||||
#ifndef LAPB_KERNEL_H
|
||||
#define LAPB_KERNEL_H
|
||||
|
||||
#include <linux/skbuff.h>
|
||||
#include <linux/timer.h>
|
||||
|
||||
struct net_device;
|
||||
|
||||
#define LAPB_OK 0
|
||||
#define LAPB_BADTOKEN 1
|
||||
#define LAPB_INVALUE 2
|
||||
|
||||
Reference in New Issue
Block a user