From: Ingo Molnar Date: Wed, 30 Jan 2008 12:31:24 +0000 (+0100) Subject: x86: replace outb_p() with udelay(2) in drivers/input/mouse/pc110pad.c X-Git-Tag: v2.6.25-rc1~1143^2~559 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41e191e85a122ad822deb7525a015410012e6c70;p=pandora-kernel.git x86: replace outb_p() with udelay(2) in drivers/input/mouse/pc110pad.c replace outb_p() with udelay(2). This is a real ISA device so it likely needs this particular delay. Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed