[PATCH] pnp - C99 patch for drivers/pnp/card.c from Art Haas (11/13)

From: Adam Belay (ambx1@neo.rr.com)
Date: Mon Feb 17 2003 - 13:25:10 EST


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,
 };
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Feb 23 2003 - 22:00:20 EST