[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [rfc 02/18] Make dpci_infos static
Make dpci_infos static as it is only used inside hw/pass-through.c Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx> Index: ioemu-remote/hw/pass-through.c =================================================================== --- ioemu-remote.orig/hw/pass-through.c 2009-02-17 17:27:29.000000000 +0900 +++ ioemu-remote/hw/pass-through.c 2009-02-17 17:27:33.000000000 +0900 @@ -36,7 +36,7 @@ struct php_dev { uint8_t r_func; char *opt; }; -struct dpci_infos { +static struct dpci_infos { struct php_dev php_devs[PHP_SLOT_LEN]; -- -- Simon Horman VA Linux Systems Japan K.K., Sydney, Australia Satellite Office H: www.vergenet.net/~horms/ W: www.valinux.co.jp/en _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |