diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-02-06 04:37:17 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-06 13:41:06 -0500 |
commit | 3dd1247f4dee214a92b42e17818703ea71233288 (patch) | |
tree | 82056bf256d5dcfc34cc45d2aaae4842fa09da87 /drivers/char/pcmcia/synclink_cs.c | |
parent | 9cfe015aa424b3c003baba3841a60dd9b5ad319b (diff) |
synclink: standardize format of linux header file include's with "<>"
Use the recommended form of "<>" to include linux header files, and
move those includes up to join the rest of the linux includes.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Acked-by: Paul Fulghum <paulkf@microgate.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/pcmcia/synclink_cs.c')
-rw-r--r-- | drivers/char/pcmcia/synclink_cs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/char/pcmcia/synclink_cs.c b/drivers/char/pcmcia/synclink_cs.c index 8caff0ca80ff..279ff5005cec 100644 --- a/drivers/char/pcmcia/synclink_cs.c +++ b/drivers/char/pcmcia/synclink_cs.c | |||
@@ -57,6 +57,7 @@ | |||
57 | #include <linux/init.h> | 57 | #include <linux/init.h> |
58 | #include <linux/delay.h> | 58 | #include <linux/delay.h> |
59 | #include <linux/ioctl.h> | 59 | #include <linux/ioctl.h> |
60 | #include <linux/synclink.h> | ||
60 | 61 | ||
61 | #include <asm/system.h> | 62 | #include <asm/system.h> |
62 | #include <asm/io.h> | 63 | #include <asm/io.h> |
@@ -87,8 +88,6 @@ | |||
87 | 88 | ||
88 | #include <asm/uaccess.h> | 89 | #include <asm/uaccess.h> |
89 | 90 | ||
90 | #include "linux/synclink.h" | ||
91 | |||
92 | static MGSL_PARAMS default_params = { | 91 | static MGSL_PARAMS default_params = { |
93 | MGSL_MODE_HDLC, /* unsigned long mode */ | 92 | MGSL_MODE_HDLC, /* unsigned long mode */ |
94 | 0, /* unsigned char loopback; */ | 93 | 0, /* unsigned char loopback; */ |