diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-04-24 13:17:09 +0000 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-04-24 13:17:09 +0000 |
commit | 75ec72f8c53b9f981e68704432a2e425a01f79b7 (patch) | |
tree | 6099769be8e9c8b22e365768757564c211e5c811 /drivers/video/via/share.h | |
parent | 567b99f84ea8efe979e020bd382dd735746b526b (diff) | |
parent | cd00b1154d3c7d711e83c3c17b831aafe6377532 (diff) | |
download | blackbird-op-linux-75ec72f8c53b9f981e68704432a2e425a01f79b7.tar.gz blackbird-op-linux-75ec72f8c53b9f981e68704432a2e425a01f79b7.zip |
Merge branch 'viafb-cleanup' into viafb-next
Diffstat (limited to 'drivers/video/via/share.h')
-rw-r--r-- | drivers/video/via/share.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/video/via/share.h b/drivers/video/via/share.h index 62bed2b12d6e..8b93e2f6fea2 100644 --- a/drivers/video/via/share.h +++ b/drivers/video/via/share.h @@ -22,14 +22,6 @@ #ifndef __SHARE_H__ #define __SHARE_H__ -/* Define Return Value */ -#define FAIL -1 -#define OK 1 - -#ifndef NULL -#define NULL 0 -#endif - /* Define Bit Field */ #define BIT0 0x01 #define BIT1 0x02 |