Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcmips/include No need to include <mips/locore.h> ...



details:   https://anonhg.NetBSD.org/src/rev/acf020ac2795
branches:  trunk
changeset: 762721:acf020ac2795
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Feb 26 12:04:25 2011 +0000

description:
No need to include <mips/locore.h> here.

diffstat:

 sys/arch/hpcmips/include/bus_types.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 70baf93832e5 -r acf020ac2795 sys/arch/hpcmips/include/bus_types.h
--- a/sys/arch/hpcmips/include/bus_types.h      Sat Feb 26 12:02:01 2011 +0000
+++ b/sys/arch/hpcmips/include/bus_types.h      Sat Feb 26 12:04:25 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_types.h,v 1.1 2001/11/18 08:19:40 takemura Exp $   */
+/*     $NetBSD: bus_types.h,v 1.2 2011/02/26 12:04:25 tsutsui Exp $    */
 
 /*-
  * Copyright (c) 2001 TAKEMRUA Shin. All rights reserved.
@@ -32,8 +32,6 @@
 #ifndef _HPCMIPS_BUS_TYPES_H_
 #define _HPCMIPS_BUS_TYPES_H_
 
-#include <mips/locore.h>
-
 #define __BUS_SPACE_HAS_STREAM_METHODS
 
 typedef u_long bus_addr_t;



Home | Main Index | Thread Index | Old Index