X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Framdisk.c;h=4d59b3702a3300cf681738039a639e947c84366f;hb=30f88bcf48e9bf46f69a8ef16dbadfe66ce145c9;hp=4324c1520274aaf41cbc4c2520d20c5676850274;hpb=a1a2be8eb002e13b1eb6ccaca40e4396f8816402;p=palacios.git diff --git a/palacios/src/devices/ramdisk.c b/palacios/src/devices/ramdisk.c index 4324c15..4d59b37 100644 --- a/palacios/src/devices/ramdisk.c +++ b/palacios/src/devices/ramdisk.c @@ -337,7 +337,7 @@ static int check_bit_fields(struct controller_t * controller); -Bit32u rd_init_hardware(struct ramdisk_t *ramdisk) { +static Bit32u rd_init_hardware(struct ramdisk_t *ramdisk) { uint_t channel_num; uint_t device; struct channel_t *channels = (struct channel_t *)(&(ramdisk->channels));