forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/staging/iio/frequency/ad9832.h
....@@ -1,9 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0+ */
12 /*
23 * AD9832 SPI DDS driver
34 *
45 * Copyright 2011 Analog Devices Inc.
5
- *
6
- * Licensed under the GPL-2 or later.
76 */
87 #ifndef IIO_DDS_AD9832_H_
98 #define IIO_DDS_AD9832_H_
....@@ -24,7 +23,6 @@
2423 */
2524
2625 struct ad9832_platform_data {
27
- unsigned long mclk;
2826 unsigned long freq0;
2927 unsigned long freq1;
3028 unsigned short phase0;