projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf6a41d
)
serial, pch uart: Remove duplicate inclusion of linux/pci.h header
author
Jesper Juhl
<jj@chaosbits.net>
Mon, 14 Feb 2011 22:46:17 +0000
(23:46 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 17 Feb 2011 16:39:37 +0000
(17:39 +0100)
Only include linux/pci.h once in drivers/tty/serial/pch_uart.c
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/tty/serial/pch_uart.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/tty/serial/pch_uart.c
b/drivers/tty/serial/pch_uart.c
index 70a61458ec422623455a383474418f48930c44be..8be9faad0eb14297fe5186fb1f70ce5023f6bb89 100644
(file)
--- a/
drivers/tty/serial/pch_uart.c
+++ b/
drivers/tty/serial/pch_uart.c
@@
-15,7
+15,6
@@
*Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
#include <linux/serial_reg.h>
-#include <linux/pci.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/serial_core.h>