bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 03/66] chips/busses.h: remove ifdef


From: Marin Ramesa
Subject: [PATCH 03/66] chips/busses.h: remove ifdef
Date: Thu, 5 Dec 2013 22:02:57 +0100

This code is used even if KERNEL is not defined. Remove
the ifdef.

* chips/busses.h [KERNEL]: Remove ifdef.

---
 chips/busses.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/chips/busses.h b/chips/busses.h
index 49c0e44..aebf04c 100644
--- a/chips/busses.h
+++ b/chips/busses.h
@@ -140,7 +140,6 @@ struct bus_driver {
        int     flags;
 };
 
-#ifdef KERNEL
 extern struct bus_ctlr         bus_master_init[];
 extern struct bus_device       bus_device_init[];
 
@@ -148,7 +147,5 @@ extern boolean_t configure_bus_master(char *, vm_offset_t, 
vm_offset_t,
                                      int, char * );
 extern boolean_t configure_bus_device(char *, vm_offset_t, vm_offset_t,
                                      int, char * );
-#endif /* KERNEL */
-
 
 #endif /* _CHIPS_BUSSES_H_ */
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]