mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-18 10:34:24 +08:00
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>
This commit is contained in:
parent
9cfe015aa4
commit
3dd1247f4d
@ -57,6 +57,7 @@
|
||||
#include <linux/init.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/ioctl.h>
|
||||
#include <linux/synclink.h>
|
||||
|
||||
#include <asm/system.h>
|
||||
#include <asm/io.h>
|
||||
@ -87,8 +88,6 @@
|
||||
|
||||
#include <asm/uaccess.h>
|
||||
|
||||
#include "linux/synclink.h"
|
||||
|
||||
static MGSL_PARAMS default_params = {
|
||||
MGSL_MODE_HDLC, /* unsigned long mode */
|
||||
0, /* unsigned char loopback; */
|
||||
|
@ -85,6 +85,7 @@
|
||||
#include <linux/vmalloc.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/ioctl.h>
|
||||
#include <linux/synclink.h>
|
||||
|
||||
#include <asm/system.h>
|
||||
#include <asm/io.h>
|
||||
@ -110,8 +111,6 @@
|
||||
|
||||
#include <asm/uaccess.h>
|
||||
|
||||
#include "linux/synclink.h"
|
||||
|
||||
#define RCLRVALUE 0xffff
|
||||
|
||||
static MGSL_PARAMS default_params = {
|
||||
|
@ -73,6 +73,7 @@
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/workqueue.h>
|
||||
#include <linux/hdlc.h>
|
||||
#include <linux/synclink.h>
|
||||
|
||||
#include <asm/system.h>
|
||||
#include <asm/io.h>
|
||||
@ -81,8 +82,6 @@
|
||||
#include <asm/types.h>
|
||||
#include <asm/uaccess.h>
|
||||
|
||||
#include "linux/synclink.h"
|
||||
|
||||
#if defined(CONFIG_HDLC) || (defined(CONFIG_HDLC_MODULE) && defined(CONFIG_SYNCLINK_GT_MODULE))
|
||||
#define SYNCLINK_GENERIC_HDLC 1
|
||||
#else
|
||||
|
@ -66,6 +66,7 @@
|
||||
#include <linux/termios.h>
|
||||
#include <linux/workqueue.h>
|
||||
#include <linux/hdlc.h>
|
||||
#include <linux/synclink.h>
|
||||
|
||||
#if defined(CONFIG_HDLC) || (defined(CONFIG_HDLC_MODULE) && defined(CONFIG_SYNCLINKMP_MODULE))
|
||||
#define SYNCLINK_GENERIC_HDLC 1
|
||||
@ -80,8 +81,6 @@
|
||||
|
||||
#include <asm/uaccess.h>
|
||||
|
||||
#include "linux/synclink.h"
|
||||
|
||||
static MGSL_PARAMS default_params = {
|
||||
MGSL_MODE_HDLC, /* unsigned long mode */
|
||||
0, /* unsigned char loopback; */
|
||||
|
Loading…
Reference in New Issue
Block a user