Teach all drivers to use local report.h instead of shared/report.h.

Remove all references to shared/debug.h as well (was unused in all cases).
This commit is contained in:
mmdolze
2009-09-14 18:36:44 +00:00
parent de8278a398
commit 6e781ed0a0
10 changed files with 9 additions and 23 deletions
+1 -2
View File
@@ -4,8 +4,7 @@
#include "lcd.h" /* for lcd_logical_driver */
#include "hd44780-low.h" /* for HD44780_functions */
// initialise this particular driver, args is probably not used but keep
// for consistency
// initialise this particular driver
int hd_init_usblcd(Driver *drvthis);
#endif