From: Adrian Bunk Remove a completely unused header file. Signed-off-by: Adrian Bunk Acked-by: Geert Uytterhoeven Signed-off-by: Andrew Morton --- /dev/null | 23 ----------------------- 1 files changed, 23 deletions(-) diff -L include/asm-m68k/adb_mouse.h -puN include/asm-m68k/adb_mouse.h~remove-unused-include-asm-m68k-adb_mouseh /dev/null --- 25/include/asm-m68k/adb_mouse.h +++ /dev/null Thu Apr 11 07:25:15 2002 @@ -1,23 +0,0 @@ -#ifndef _ASM_ADB_MOUSE_H -#define _ASM_ADB_MOUSE_H - -/* - * linux/include/asm-m68k/adb_mouse.h - * header file for Macintosh ADB mouse driver - * 27-10-97 Michael Schmitz - * copied from: - * header file for Atari Mouse driver - * by Robert de Vries (robert@and.nl) on 19Jul93 - */ - -struct mouse_status { - char buttons; - short dx; - short dy; - int ready; - int active; - wait_queue_head_t wait; - struct fasync_struct *fasyncptr; -}; - -#endif _