source: clfs-embedded/patches/linux-2.6.28.1-serial_h_fix-1.patch @ 0e9e889

Last change on this file since 0e9e889 was 06beb7a, checked in by Jim Gifford <clfs@…>, 15 years ago

Added: Patches

  • Property mode set to 100644
File size: 690 bytes
RevLine 
[06beb7a]1Submitted By: Joe Ciccone <jciccone@gmail.com>
2Date: 2009-01-04
3Initial Package Version: 2.6.28
4Origin: http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.28-git5.log
5Upstream Status: From Upstream
6Description: Adds a missing include to the sanatized serial.h header.
7
8diff -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.