clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since f1e9d4be was 533dabf, checked in by Jim Gifford <clfs@…>, 16 years ago |
Updated to Linux 2.6.28.1
|
-
Property mode
set to
100644
|
File size:
690 bytes
|
Rev | Line | |
---|
[0e116c6] | 1 | Submitted By: Joe Ciccone <jciccone@gmail.com>
|
---|
| 2 | Date: 2009-01-04
|
---|
| 3 | Initial Package Version: 2.6.28
|
---|
| 4 | Origin: http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.28-git5.log
|
---|
| 5 | Upstream Status: From Upstream
|
---|
| 6 | Description: Adds a missing include to the sanatized serial.h header.
|
---|
| 7 |
|
---|
| 8 | diff -Naur linux-2.6.28.orig/include/linux/serial.h linux-2.6.28/include/linux/serial.h
|
---|
| 9 | --- linux-2.6.28.orig/include/linux/serial.h 2008-12-24 18:26:37.000000000 -0500
|
---|
| 10 | +++ linux-2.6.28/include/linux/serial.h 2009-01-04 22:09:52.136007007 -0500
|
---|
| 11 | @@ -10,8 +10,8 @@
|
---|
| 12 | #ifndef _LINUX_SERIAL_H
|
---|
| 13 | #define _LINUX_SERIAL_H
|
---|
| 14 |
|
---|
| 15 | -#ifdef __KERNEL__
|
---|
| 16 | #include <linux/types.h>
|
---|
| 17 | +#ifdef __KERNEL__
|
---|
| 18 | #include <asm/page.h>
|
---|
| 19 |
|
---|
| 20 | /*
|
---|
Note:
See
TracBrowser
for help on using the repository browser.