Commit 4f07a606 authored by Mikael Starvik's avatar Mikael Starvik Committed by Linus Torvalds

[PATCH] CRIS: Move drivers

Move drivers from arch/cris/arch-v10/drivers/ to drivers/.
Signed-off-by: default avatarMikael Starvik <starvik@axis.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent db783d52
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#ifdef __KERNEL__ #ifdef __KERNEL__
/* /*
* This is our internal structure for each serial port's state. * This is our internal structure for each serial port's state.
* *
* Many fields are paralleled by the structure used by the serial_struct * Many fields are paralleled by the structure used by the serial_struct
* structure. * structure.
* *
...@@ -102,7 +102,7 @@ struct e100_serial { ...@@ -102,7 +102,7 @@ struct e100_serial {
#else #else
struct wait_queue *open_wait; struct wait_queue *open_wait;
struct wait_queue *close_wait; struct wait_queue *close_wait;
#endif #endif
unsigned long char_time_usec; /* The time for 1 char, in usecs */ unsigned long char_time_usec; /* The time for 1 char, in usecs */
unsigned long flush_time_usec; /* How often we should flush */ unsigned long flush_time_usec; /* How often we should flush */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment