|
@@ -184,8 +184,8 @@ static inline unsigned long ps_to_hz(unsigned int psvalue)
|
|
|
}
|
|
|
|
|
|
int hw_sm750_map(struct sm750_dev *sm750_dev, struct pci_dev *pdev);
|
|
|
-int hw_sm750_inithw(struct sm750_dev*, struct pci_dev *);
|
|
|
-void hw_sm750_initAccel(struct sm750_dev *);
|
|
|
+int hw_sm750_inithw(struct sm750_dev *sm750_dev, struct pci_dev *pdev);
|
|
|
+void hw_sm750_initAccel(struct sm750_dev *sm750_dev);
|
|
|
int hw_sm750_deWait(void);
|
|
|
int hw_sm750le_deWait(void);
|
|
|
|