2003-02-09 16:59:27

by Adam Belay

[permalink] [raw]
Subject: [PATCH] pnp - C99 patch for drivers/pnp/card.c from Art Haas (12/12) 2.5.59-bk3

This trivial contains C99 updates for card.c. Credit for this patch should go
to Art Haas.

Please apply,
Adam

--- 1.5/drivers/pnp/card.c Mon Jan 13 12:25:14 2003
+++ edited/drivers/pnp/card.c Tue Jan 14 10:34:42 2003
@@ -43,8 +43,8 @@
}

struct bus_type pnpc_bus_type = {
- name: "pnp_card",
- match: card_bus_match,
+ .name = "pnp_card",
+ .match = card_bus_match,
};