another fix for the ar7 serial port
SVN-Revision: 1378
This commit is contained in:
parent
715ec726d6
commit
28f2598159
1 changed files with 1 additions and 1 deletions
|
@ -3356,7 +3356,7 @@ diff -urN linux.old/drivers/char/serial.c linux.dev/drivers/char/serial.c
|
|||
* needed for certain old 386 machines, I've left these #define's
|
||||
* in....
|
||||
*/
|
||||
+#ifdef CONFIG_AR7
|
||||
+#ifndef CONFIG_AR7
|
||||
#define serial_inp(info, offset) serial_in(info, offset)
|
||||
#define serial_outp(info, offset, value) serial_out(info, offset, value)
|
||||
+#endif
|
||||
|
|
Loading…
Reference in a new issue