]> bbs.cooldavid.org Git - net-next-2.6.git/commit
virtio: fix section mismatch warnings
authorJeff Mahoney <jeffm@suse.com>
Sat, 16 Jan 2010 01:01:26 +0000 (17:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Jan 2010 20:15:39 +0000 (12:15 -0800)
commitd817cd525589765aa5f6798734e422c867685a58
treebc291ba32d55f79a7a8d499d90e6b9c41b4e1188
parentde3fab39348dff18c69a0cd04efee9c276a02f51
virtio: fix section mismatch warnings

Fix fixes the following warnings by renaming the driver structures to be
suffixed with _driver.

WARNING: drivers/virtio/virtio_balloon.o(.data+0x88): Section mismatch in reference from the variable virtio_balloon to the function .devexit.text:virtballoon_remove()

WARNING: drivers/char/hw_random/virtio-rng.o(.data+0x88): Section mismatch in reference from the variable virtio_rng to the function .devexit.text:virtrng_remove()

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/hw_random/virtio-rng.c
drivers/virtio/virtio_balloon.c