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:
@@ -21,8 +21,6 @@
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
//#include <asm/io.h>
|
||||
//#include <sys/perm.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
@@ -32,14 +30,11 @@
|
||||
#include "t6963.h"
|
||||
#include "t6963_font.h"
|
||||
|
||||
#include "shared/debug.h"
|
||||
#include "report.h"
|
||||
#include "lcd_lib.h"
|
||||
#include "port.h"
|
||||
|
||||
|
||||
//extern int debug_level;
|
||||
|
||||
/** private data for the \c t6963 driver */
|
||||
typedef struct t6963_private_data {
|
||||
u16 port;
|
||||
|
||||
Reference in New Issue
Block a user