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
  • 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  
    1010#ifndef _LINUX_SERIAL_H
    1111#define _LINUX_SERIAL_H
    1212
    13 #ifdef __KERNEL__
    1413#include <linux/types.h>
     14#ifdef __KERNEL__
    1515#include <asm/page.h>
    1616
    1717/*
Note: See TracBrowser for help on using the repository browser.