Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26c6d281 authored by Joe Perches's avatar Joe Perches Committed by Michael Grzeschik
Browse files

arcnet: Move files out of include/linux



These #include files don't need to be in the include/linux directory
as they can be local to drivers/net/arcnet/

Move them and update the #include statements.

Update the MAINTAINERS file pattern by deleting arcdevice from the
NETWORKING block as arcnet is currently unmaintained.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarMichael Grzeschik <m.grzeschik@pengutronix.de>
parent d6d7d3ed
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7292,7 +7292,6 @@ S: Odd Fixes
F:	drivers/net/
F:	include/linux/if_*
F:	include/linux/netdevice.h
F:	include/linux/arcdevice.h
F:	include/linux/etherdevice.h
F:	include/linux/fcdevice.h
F:	include/linux/fddidevice.h
+2 −1
Original line number Diff line number Diff line
@@ -33,7 +33,8 @@
#include <net/arp.h>
#include <linux/netdevice.h>
#include <linux/skbuff.h>
#include <linux/arcdevice.h>

#include "arcdevice.h"

static void rx(struct net_device *dev, int bufnum,
	       struct archdr *pkthdr, int length);
+2 −1
Original line number Diff line number Diff line
@@ -37,7 +37,8 @@
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/arcdevice.h>

#include "arcdevice.h"

/* Internal function declarations */

+0 −0

File moved.

+2 −1
Original line number Diff line number Diff line
@@ -50,9 +50,10 @@
#include <linux/if_arp.h>
#include <net/arp.h>
#include <linux/init.h>
#include <linux/arcdevice.h>
#include <linux/jiffies.h>

#include "arcdevice.h"

/* "do nothing" functions for protocol drivers */
static void null_rx(struct net_device *dev, int bufnum,
		    struct archdr *pkthdr, int length);
Loading