Use __unused instead of __used for static data structures.

Remove compiler.h defines from osdep.h
This commit is contained in:
Michael Brown
2005-05-17 12:16:28 +00:00
parent 301b2d40f0
commit 3bbf5f28a3
7 changed files with 24 additions and 18 deletions

View File

@@ -18,8 +18,7 @@ struct console_driver {
int ( *iskey ) ( void );
};
#define __console_driver \
__attribute__ (( used, __table_section ( console, 01 ) ))
#define __console_driver __table ( console, 01 )
/* Function prototypes */