Re: [Linux-fbdev-devel] [PATCH 10/10] [HEADS UP] fbdev: Move arch-specific bits to their respective subdirectories

2007-05-17 Thread Geert Uytterhoeven
On Thu, 16 May 2007, Antonino A. Daplas wrote: diff --git a/include/asm-m68k/fb.h b/include/asm-m68k/fb.h new file mode 100644 index 000..7d4a28f --- /dev/null +++ b/include/asm-m68k/fb.h @@ -0,0 +1,28 @@ +#ifndef _ASM_FB_H_ +#define _ASM_FB_H_ + +#include linux/fs.h +#include

missing syscalls

2007-05-17 Thread Geert Uytterhoeven
Current 2.6 has a check for missing syscalls, which gives: | stdin:96:2: warning: #warning syscall restart_syscall not implemented | stdin:1056:2: warning: #warning syscall sched_setaffinity not implemented | stdin:1060:2: warning: #warning syscall sched_getaffinity not implemented |