Staging: epl: remove FAR
[safe/jmp/linux-2.6] / drivers / staging / epl / global.h
index 8a204ac..9c45c03 100644 (file)
 
 #define MEM                    // Memory attribute to optimize speed and code of pointer access.
 
-#ifndef FAR
-#define FAR                    // variables mapped to external data storage location
-#endif
-
 #ifndef CONST
 #define CONST const            // variables mapped to ROM (i.e. flash)
 #endif