|
@@ -31,7 +31,7 @@
|
|
|
#include <linux/i2c.h>
|
|
|
#include <linux/gpio.h>
|
|
|
|
|
|
-#include <linux/spi/ad7879.h>
|
|
|
+#include <linux/platform_data/ad7879.h>
|
|
|
#include <linux/module.h>
|
|
|
#include "ad7879.h"
|
|
|
|
|
@@ -170,10 +170,10 @@ static int ad7879_report(struct ad7879 *ts)
|
|
|
* filter. The combination of these two techniques provides a robust
|
|
|
* solution, discarding the spurious noise in the signal and keeping
|
|
|
* only the data of interest. The size of both filters is
|
|
|
- * programmable. (dev.platform_data, see linux/spi/ad7879.h) Other
|
|
|
- * user-programmable conversion controls include variable acquisition
|
|
|
- * time, and first conversion delay. Up to 16 averages can be taken
|
|
|
- * per conversion.
|
|
|
+ * programmable. (dev.platform_data, see linux/platform_data/ad7879.h)
|
|
|
+ * Other user-programmable conversion controls include variable
|
|
|
+ * acquisition time, and first conversion delay. Up to 16 averages can
|
|
|
+ * be taken per conversion.
|
|
|
*/
|
|
|
|
|
|
if (likely(x && z1)) {
|