refactor: make pci device driver loading passive, pci bus scanner will not load them...
[lunaix-os.git] / lunaix-os / includes / hal / hwtimer.h
index 22fdaacc37b71168bf624a2db00e43d95bf55d33..3a55d6d96e235aa836df1a508b2e4fee7161afd1 100644 (file)
@@ -22,8 +22,6 @@ struct hwtimer
     ticks_t running_freq;
 };
 
-extern struct hwtimer* current_timer;
-
 void
 hwtimer_init(u32_t hertz, void* tick_callback);