source:
patches/linux-2.6.28.1-serial_h_fix-1.patch@
f1e9d4be
Last change on this file since f1e9d4be was 533dabf, checked in by , 16 years ago | |
---|---|
|
|
File size: 690 bytes |
-
include/linux/serial.h
Submitted By: Joe Ciccone <jciccone@gmail.com> Date: 2009-01-04 Initial Package Version: 2.6.28 Origin: http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.28-git5.log Upstream Status: From Upstream Description: Adds a missing include to the sanatized serial.h header. diff -Naur linux-2.6.28.orig/include/linux/serial.h linux-2.6.28/include/linux/serial.h
old new 10 10 #ifndef _LINUX_SERIAL_H 11 11 #define _LINUX_SERIAL_H 12 12 13 #ifdef __KERNEL__14 13 #include <linux/types.h> 14 #ifdef __KERNEL__ 15 15 #include <asm/page.h> 16 16 17 17 /*
Note:
See TracBrowser
for help on using the repository browser.