This one looks fine, as the could probably wouldn't even compile without it.
* jason schildt jschildt@lnxi.com [050903 00:03]:
DESCRIPTION:
## lnxi-patch-5 ## src/superio/NSC/pc87360/superio.c Bug fix from &pnp_ops to &ops
=================================================================== --- superio/NSC/pc87360/superio.c (revision 1105) +++ superio/NSC/pc87360/superio.c (working copy) @@ -66,7 +66,7 @@
static void enable_dev(struct device *dev) {
- pnp_enable_devices(dev, &pnp_ops,
- pnp_enable_devices(dev, &ops, sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
}