Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
d699fbed
Commit
d699fbed
authored
May 22, 2003
by
David S. Miller
Committed by
David S. Miller
May 22, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IRDA]: Protect IDA dma stuff with CONFIG_ISA.
parent
ee95ee17
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
net/irda/irda_device.c
net/irda/irda_device.c
+2
-0
net/irda/irsyms.c
net/irda/irsyms.c
+2
-0
No files found.
net/irda/irda_device.c
View file @
d699fbed
...
@@ -532,6 +532,7 @@ int irda_device_set_mode(struct net_device* dev, int mode)
...
@@ -532,6 +532,7 @@ int irda_device_set_mode(struct net_device* dev, int mode)
return
ret
;
return
ret
;
}
}
#ifdef CONFIG_ISA
/*
/*
* Function setup_dma (idev, buffer, count, mode)
* Function setup_dma (idev, buffer, count, mode)
*
*
...
@@ -553,3 +554,4 @@ void setup_dma(int channel, char *buffer, int count, int mode)
...
@@ -553,3 +554,4 @@ void setup_dma(int channel, char *buffer, int count, int mode)
release_dma_lock
(
flags
);
release_dma_lock
(
flags
);
}
}
#endif
net/irda/irsyms.c
View file @
d699fbed
...
@@ -167,7 +167,9 @@ EXPORT_SYMBOL(async_unwrap_char);
...
@@ -167,7 +167,9 @@ EXPORT_SYMBOL(async_unwrap_char);
EXPORT_SYMBOL
(
irda_calc_crc16
);
EXPORT_SYMBOL
(
irda_calc_crc16
);
EXPORT_SYMBOL
(
irda_crc16_table
);
EXPORT_SYMBOL
(
irda_crc16_table
);
EXPORT_SYMBOL
(
irda_start_timer
);
EXPORT_SYMBOL
(
irda_start_timer
);
#ifdef CONFIG_ISA
EXPORT_SYMBOL
(
setup_dma
);
EXPORT_SYMBOL
(
setup_dma
);
#endif
EXPORT_SYMBOL
(
infrared_mode
);
EXPORT_SYMBOL
(
infrared_mode
);
#ifdef CONFIG_IRTTY
#ifdef CONFIG_IRTTY
...
...
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