- new upstream kernel 2.6.28.5 - the fix-serial_h patch does not apply anymore and is integrated upstream now
SVN-Revision: 14500
This commit is contained in:
parent
474cf6d326
commit
9dc8fd5b7f
2 changed files with 1 additions and 20 deletions
|
@ -1,19 +0,0 @@
|
||||||
commit e611993564bf0bc200c430ef8d25699289c34c70
|
|
||||||
Author: Lars-Peter Clausen <lars@metafoo.de>
|
|
||||||
Date: Tue Feb 3 00:16:19 2009 +0100
|
|
||||||
|
|
||||||
struct serial_rs485 contains __32 fields and is exported to userspace so it
|
|
||||||
needs linux/types.h in userspace aswell.
|
|
||||||
|
|
||||||
--- a/include/linux/serial.h
|
|
||||||
+++ b/include/linux/serial.h
|
|
||||||
@@ -10,8 +10,8 @@
|
|
||||||
#ifndef _LINUX_SERIAL_H
|
|
||||||
#define _LINUX_SERIAL_H
|
|
||||||
|
|
||||||
-#ifdef __KERNEL__
|
|
||||||
#include <linux/types.h>
|
|
||||||
+#ifdef __KERNEL__
|
|
||||||
#include <asm/page.h>
|
|
||||||
|
|
||||||
/*
|
|
|
@ -12,7 +12,7 @@ BOARDNAME:=x86
|
||||||
FEATURES:=squashfs jffs2 ext2 vdi vmdk
|
FEATURES:=squashfs jffs2 ext2 vdi vmdk
|
||||||
SUBTARGETS=generic
|
SUBTARGETS=generic
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.28.4
|
LINUX_VERSION:=2.6.28.5
|
||||||
LINUX_KARCH:=x86
|
LINUX_KARCH:=x86
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
Loading…
Reference in a new issue