Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
c1a0f0cd
Commit
c1a0f0cd
authored
Jul 01, 2008
by
Krzysztof Hałasa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WAN: Remove unneeded "#include <net/syncppp.h>"
Signed-off-by:
Krzysztof Hałasa
<
khc@pm.waw.pl
>
parent
a8817d2f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
5 deletions
+0
-5
drivers/net/wan/dscc4.c
drivers/net/wan/dscc4.c
+0
-1
drivers/net/wan/lmc/lmc_media.c
drivers/net/wan/lmc/lmc_media.c
+0
-2
drivers/net/wan/pc300_drv.c
drivers/net/wan/pc300_drv.c
+0
-2
No files found.
drivers/net/wan/dscc4.c
View file @
c1a0f0cd
...
@@ -103,7 +103,6 @@
...
@@ -103,7 +103,6 @@
#include <linux/netdevice.h>
#include <linux/netdevice.h>
#include <linux/skbuff.h>
#include <linux/skbuff.h>
#include <linux/delay.h>
#include <linux/delay.h>
#include <net/syncppp.h>
#include <linux/hdlc.h>
#include <linux/hdlc.h>
#include <linux/mutex.h>
#include <linux/mutex.h>
...
...
drivers/net/wan/lmc/lmc_media.c
View file @
c1a0f0cd
...
@@ -16,8 +16,6 @@
...
@@ -16,8 +16,6 @@
#include <linux/inet.h>
#include <linux/inet.h>
#include <linux/bitops.h>
#include <linux/bitops.h>
#include <net/syncppp.h>
#include <asm/processor.h>
/* Processor type for cache alignment. */
#include <asm/processor.h>
/* Processor type for cache alignment. */
#include <asm/io.h>
#include <asm/io.h>
#include <asm/dma.h>
#include <asm/dma.h>
...
...
drivers/net/wan/pc300_drv.c
View file @
c1a0f0cd
...
@@ -227,8 +227,6 @@ static char rcsid[] =
...
@@ -227,8 +227,6 @@ static char rcsid[] =
#include <linux/netdevice.h>
#include <linux/netdevice.h>
#include <linux/spinlock.h>
#include <linux/spinlock.h>
#include <linux/if.h>
#include <linux/if.h>
#include <net/syncppp.h>
#include <net/arp.h>
#include <net/arp.h>
#include <asm/io.h>
#include <asm/io.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment