commit | 7e3bf1d3308934bc1b8ca492f473e0e22a95da7e | [log] [tgz] |
---|---|---|
author | Youquan Song <youquan.song@intel.com> | Wed Apr 06 14:35:12 2011 +0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Apr 07 09:41:47 2011 -0700 |
tree | 58eea9a1eb134c82ead3f65b4c13ba14e2b7e451 | |
parent | 982134ba62618c2d69fbbbd166d0a11ee3b7e3d8 [diff] |
fix build fail for hv_mouse indefine udelay Fix build failure issue for hv_mouse When build 2.6.39-rc1 kernel, it will be blocked at build hv_mouse. drivers/staging/hv/hv_mouse.c: In function ‘ReleaseInputDevice’: drivers/staging/hv/hv_mouse.c:293: error: implicit declaration of function ‘udelay’ Signed-off-by: Youquan Song <youquan.song@intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>