drm/i915: use linux/stddef.h due to "isystem: trim/fixup stdarg.h and other headers"
[linux-2.6-microblaze.git] / drivers / mcb / mcb-lpc.c
index 5066767..53decd8 100644 (file)
@@ -105,17 +105,8 @@ out_put:
        return ret;
 }
 
-static struct resource sc24_fpga_resource = {
-       .start = 0xe000e000,
-       .end = 0xe000e000 + CHAM_HEADER_SIZE,
-       .flags = IORESOURCE_MEM,
-};
-
-static struct resource sc31_fpga_resource = {
-       .start = 0xf000e000,
-       .end = 0xf000e000 + CHAM_HEADER_SIZE,
-       .flags = IORESOURCE_MEM,
-};
+static struct resource sc24_fpga_resource = DEFINE_RES_MEM(0xe000e000, CHAM_HEADER_SIZE);
+static struct resource sc31_fpga_resource = DEFINE_RES_MEM(0xf000e000, CHAM_HEADER_SIZE);
 
 static struct platform_driver mcb_lpc_driver = {
        .driver         = {