uml: clean up arch/um/drivers/ubd_kern.c
authorWANG Cong <[email protected]>
Mon, 28 Apr 2008 09:13:58 +0000 (02:13 -0700)
committerLinus Torvalds <[email protected]>
Mon, 28 Apr 2008 15:58:29 +0000 (08:58 -0700)
commit5dc62b1b6408396d5f6c13ed585adc87b2e296f9
treeb211ab58c7be2be27d797e23587c1b7e3146ed32
parent4415d8a5aaec2008833e1c474b38627c0bc738ca
uml: clean up arch/um/drivers/ubd_kern.c

Make some global functions and variables static.

And remove some useless declarations for local functions, since we just need
to move their definitions ahead.

[[email protected]: checkpatch cleanups]
Signed-off-by: WANG Cong <[email protected]>
Signed-off-by: Jeff Dike <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/um/drivers/ubd_kern.c