kernel/drivers/staging/iio/frequency/ad9832.h
.. .. @@ -1,9 +1,8 @@ 1 +/* SPDX-License-Identifier: GPL-2.0+ */1 2 /* 2 3 * AD9832 SPI DDS driver 3 4 * 4 5 * Copyright 2011 Analog Devices Inc. 5 - *6 - * Licensed under the GPL-2 or later.7 6 */ 8 7 #ifndef IIO_DDS_AD9832_H_ 9 8 #define IIO_DDS_AD9832_H_ .. .. @@ -24,7 +23,6 @@ 24 23 */ 25 24 26 25 struct ad9832_platform_data { 27 - unsigned long mclk;28 26 unsigned long freq0; 29 27 unsigned long freq1; 30 28 unsigned short phase0;