Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e8ea024bffcc9e4cb0e72cfdf50a99d05fd95d1c
Commit:     e8ea024bffcc9e4cb0e72cfdf50a99d05fd95d1c
Parent:     38350e0a00f973dd9c6556beeff0f7eb5ef3f58b
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 13 20:15:36 2008 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Thu Feb 14 14:22:12 2008 +0900

    serial: sh-sci: Fix up SH-5 build.
    
    asm/hardware.h doesn't exist any more, and the definitions sh-sci.h
    depended on are provided through asm/cpu/addrspace.h these days.
    Kill off the bogus include.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 drivers/serial/sh-sci.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/serial/sh-sci.h b/drivers/serial/sh-sci.h
index 57aaa09..01a9dd7 100644
--- a/drivers/serial/sh-sci.h
+++ b/drivers/serial/sh-sci.h
@@ -109,7 +109,6 @@
 # define SCSCR_INIT(port) 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
 # define SCIF_ONLY
 #elif defined(CONFIG_CPU_SUBTYPE_SH5_101) || 
defined(CONFIG_CPU_SUBTYPE_SH5_103)
-# include <asm/hardware.h>
 # define SCIF_BASE_ADDR    0x01030000
 # define SCIF_ADDR_SH5     PHYS_PERIPHERAL_BLOCK+SCIF_BASE_ADDR
 # define SCIF_PTR2_OFFS    0x0000020
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to