Commit 5200249b authored by Linus Torvalds's avatar Linus Torvalds

Fix up DRI CVS merge of sis driver with CONFIG_FB_SIS

parent c9c9f146
......@@ -34,7 +34,7 @@
#include "sis_drv.h"
#include "sis_ds.h"
#if defined(__linux__) && defined(CONFIG_FB_SIS)
#include <linux/sisfb.h>
#include <video/sisfb.h>
#endif
#define MAX_CONTEXT 100
......@@ -132,7 +132,7 @@ int sis_fb_free( DRM_IOCTL_ARGS )
retval = DRM_ERR(EINVAL);
sis_free(fb.free);
DRM_DEBUG("free fb, offset = %d\n", fb.free);
DRM_DEBUG("free fb, offset = %lu\n", fb.free);
return retval;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment