]> Git Repo - qemu.git/blobdiff - hw/misc/imx31_ccm.c
hw/misc/edu: add msi_uninit() for pci_edu_uninit()
[qemu.git] / hw / misc / imx31_ccm.c
index 80c16471663a471780ed60c0f3d0f32ee2253e00..b890c383be177646af50983bb860d4edcab0a69b 100644 (file)
@@ -13,6 +13,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/misc/imx31_ccm.h"
+#include "qemu/log.h"
 
 #define CKIH_FREQ 26000000 /* 26MHz crystal input */
 
@@ -28,7 +29,7 @@
         } \
     } while (0)
 
-static char const *imx31_ccm_reg_name(uint32_t reg)
+static const char *imx31_ccm_reg_name(uint32_t reg)
 {
     static char unknown[20];
 
This page took 0.024312 seconds and 4 git commands to generate.