kdrive: Remove redundant declarations.

Signed-off-by: Michal Suchanek <hramrach@gmail.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Michal Suchanek 2012-04-24 18:43:31 +02:00 committed by Dave Airlie
parent 369edd7876
commit a4f87f885a
2 changed files with 0 additions and 5 deletions

View File

@ -551,9 +551,6 @@ void
void
KdEnableInput(void);
void
ProcessInputEvents(void);
void
KdRingBell(KdKeyboardInfo * ki, int volume, int pitch, int duration);

View File

@ -702,8 +702,6 @@ KdKbdCtrl(DeviceIntPtr pDevice, KeybdCtrl * ctrl)
ki->bellDuration = ctrl->bell_duration;
}
extern KeybdCtrl defaultKeyboardControl;
static int
KdKeyboardProc(DeviceIntPtr pDevice, int onoff)
{