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
468db836
Commit
468db836
authored
Apr 25, 2006
by
David Woodhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't include <linux/spinlock.h> from user-visible part of linux/wanrouter.h
Signed-off-by:
David Woodhouse
<
dwmw2@infradead.org
>
parent
c6e82e72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/linux/wanrouter.h
include/linux/wanrouter.h
+2
-2
No files found.
include/linux/wanrouter.h
View file @
468db836
...
...
@@ -44,8 +44,6 @@
* Jan 02, 1997 Gene Kozin Initial version (based on wanpipe.h).
*****************************************************************************/
#include <linux/spinlock.h>
/* Support for SMP Locking */
#ifndef _ROUTER_H
#define _ROUTER_H
...
...
@@ -457,6 +455,8 @@ typedef struct wanif_conf
#include <linux/fs.h>
/* support for device drivers */
#include <linux/proc_fs.h>
/* proc filesystem pragmatics */
#include <linux/netdevice.h>
/* support for network drivers */
#include <linux/spinlock.h>
/* Support for SMP Locking */
/*----------------------------------------------------------------------------
* WAN device data space.
*/
...
...
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