lkml.org 
[lkml]   [2000]   [Feb]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectdrivers/sound/esssolo1.c does not compile under 2.3.45-pre2
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/

\
 
 \ /
  Last update: 2005-03-22 13:56    [W:0.030 / U:0.236 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site