diff options
| author | Alexander Viro <viro@math.psu.edu> | 2002-10-28 02:49:13 -0800 |
|---|---|---|
| committer | James Bottomley <jejb@mulgrave.(none)> | 2002-10-28 02:49:13 -0800 |
| commit | 7bc7ae9ec670ea5c8d52f82a4ced0005524dae34 (patch) | |
| tree | 32cd540ac5a2fdd24d4744923facbd9a48d7d790 /include/linux/pnp.h | |
| parent | 7d9f8b15585f96d7c24577af22322436896fc38d (diff) | |
[PATCH] A couple of compile fixes
Diffstat (limited to 'include/linux/pnp.h')
| -rw-r--r-- | include/linux/pnp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/pnp.h b/include/linux/pnp.h index 5dc223b39724..9c805c67dea7 100644 --- a/include/linux/pnp.h +++ b/include/linux/pnp.h @@ -245,10 +245,10 @@ struct pnp_dev *pnp_find_dev(struct pnp_card *card, /* 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) { ; } +static inline void pnp_remove_device(struct pnp_dev *dev) { } static inline struct pnp_resources * pnp_build_resource(struct pnp_dev *dev, int dependent) { return NULL; } static inline struct pnp_resources * pnp_find_resources(struct pnp_dev *dev, int depnum) { return NULL; } static inline int pnp_get_max_depnum(struct pnp_dev *dev) { return -ENODEV; } |
