[LinuxBIOS] LNXI Merge: lnxi-patch-05/16

Stefan Reinauer stepan at openbios.org
Mon Sep 12 20:13:59 CEST 2005


This one looks fine, as the could probably wouldn't even compile
without it.

* jason schildt <jschildt at 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);
>  }






More information about the coreboot mailing list