drivers/sound/esssolo1.c does not compile under 2.3.46-pre2

Andrew Park (apark@credit.erin.utoronto.ca)
Tue, 15 Feb 2000 20:54:04 -0500


As a result of applying

pre-patch-2.3.46-2

patch, it breaks compilation of drivers/sound/esssolo1.c
The patch includes the following lines (for drivers/sound/esssolo1.c file)

-static int solo1_probe(struct pci_dev *pcidev, const struct pci_device_id *pciid)
+static int __devinit solo1_probe(struct pci_dev *pcidev, const struct pci_device_id *pciid)
{
struct solo1_state *s;
- struct pm_dev *pmdev;

it removes declaration of pointer to struct pm_dev, but later in the function
pmdev appears. I got it compiled by restoring the declaration line, but
just wondering whether the removal was intentional ...
Please let me know.
Thanks

Andrew Park

___________________________________________________________________________
CDFlab Systems Administrator www.cdf.utoronto.ca|
---------------------------------------------------------------------------

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/