aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/via/share.h
diff options
context:
space:
mode:
authorFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-04-24 13:17:09 +0000
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-04-24 13:17:09 +0000
commit75ec72f8c53b9f981e68704432a2e425a01f79b7 (patch)
tree6099769be8e9c8b22e365768757564c211e5c811 /drivers/video/via/share.h
parentMerge branch 'viafb-olpc' into viafb-next (diff)
parentviafb: replace custom return values (diff)
downloadlinux-dev-75ec72f8c53b9f981e68704432a2e425a01f79b7.tar.xz
linux-dev-75ec72f8c53b9f981e68704432a2e425a01f79b7.zip
Merge branch 'viafb-cleanup' into viafb-next
Diffstat (limited to 'drivers/video/via/share.h')
-rw-r--r--drivers/video/via/share.h8
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