From 1e59f7119f0a998e3d453614b3d074962b84bc83 Mon Sep 17 00:00:00 2001 From: Bill Pemberton Date: Thu, 17 Jun 2010 13:10:41 -0400 Subject: Staging: xgifb: Remove port macros in osdef.h The port related macros in osdef.h are replaced with calls to out?() and in?(). This removes the last macros defined in osdef.h, so this file is no longer needed. Signed-off-by: Bill Pemberton Cc: Arnaud Patard Signed-off-by: Greg Kroah-Hartman --- drivers/staging/xgifb/vgatypes.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/staging/xgifb/vgatypes.h') diff --git a/drivers/staging/xgifb/vgatypes.h b/drivers/staging/xgifb/vgatypes.h index 745c993e057..83fea8e37a3 100644 --- a/drivers/staging/xgifb/vgatypes.h +++ b/drivers/staging/xgifb/vgatypes.h @@ -2,8 +2,6 @@ #ifndef _VGATYPES_ #define _VGATYPES_ -#include "osdef.h" - #include #ifndef FALSE -- cgit v1.2.3