]> git.proxmox.com Git - qemu.git/blobdiff - hw/pckbd.c
Fix undeclared symbol warnings from sparse
[qemu.git] / hw / pckbd.c
index 0845c9649729cc44259efaae402ad5acc6cf084e..2176b833299c3764c17055e948a2f91e1b4dcba4 100644 (file)
@@ -129,7 +129,7 @@ typedef struct KBDState {
     int it_shift;
 } KBDState;
 
-KBDState kbd_state;
+static KBDState kbd_state;
 
 /* update irq and KBD_STAT_[MOUSE_]OBF */
 /* XXX: not generating the irqs if KBD_MODE_DISABLE_KBD is set may be