fbdevhw: Remove a #if 0
This commit is contained in:
parent
e5712f2926
commit
892c93553a
|
@ -17,12 +17,7 @@
|
||||||
#include "fbdevhw.h"
|
#include "fbdevhw.h"
|
||||||
#include "fbpriv.h"
|
#include "fbpriv.h"
|
||||||
|
|
||||||
#if 0
|
#define PAGE_MASK (~(getpagesize() - 1))
|
||||||
/* kernel header doesn't work with -ansi */
|
|
||||||
# include "asm/page.h" /* #define for PAGE_* */
|
|
||||||
#else
|
|
||||||
# define PAGE_MASK (~(getpagesize() - 1))
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "globals.h"
|
#include "globals.h"
|
||||||
#include <X11/extensions/dpmsconst.h>
|
#include <X11/extensions/dpmsconst.h>
|
||||||
|
|
Loading…
Reference in New Issue