Commit 61a318bf authored by Andrew Morton's avatar Andrew Morton Committed by Jaroslav Kysela

[PATCH] c99 initializers for cs46xx_wrapper

From: Arnd Bergmann <arnd@arndb.de>

This use of deprecated struct initializers was hidden behind macro magic
and has appearantly not been noticed before.
parent 57d5b52e
......@@ -28,7 +28,7 @@
#include <linux/spinlock.h>
#define CS_OWNER owner:
#define CS_OWNER .owner =
#define CS_THIS_MODULE THIS_MODULE,
void cs46xx_null(struct pci_dev *pcidev) { return; }
#define cs4x_mem_map_reserve(page) SetPageReserved(page)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment