include/linux/pnp.h:248: parse error before ')' token

Martin Dahl (dahlm@izno.net)
Sun, 20 Oct 2002 22:14:20 +0100


Got this when compiling parport_pc.c, looks like a typo in pnp.h

--- include/linux/pnp.h.orig 2002-10-20 22:08:38.000000000 +0100
+++ include/linux/pnp.h 2002-10-20 22:08:49.000000000 +0100
@@ -245,7 +245,7 @@

/* just in case anyone decides to call these without PnP Support Enabled */
static inline int pnp_protocol_register(struct pnp_protocol *protocol) { return -ENODEV; }
-static inline void pnp_protocol_unregister(struct pnp_protocol *protocol) { ; )
+static inline void pnp_protocol_unregister(struct pnp_protocol *protocol) { ; }
static inline int pnp_init_device(struct pnp_dev *dev) { return -ENODEV; }
static inline int pnp_add_device(struct pnp_dev *dev) { return -ENODEV; }
static inline void pnp_remove_device(struct pnp_dev *dev) { ; }

-- 
Martin Dahl
dahlm@izno.net
-
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/