Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: iio: ad9834: remove empty ad9834.h file

Remove drivers/staging/iio/frequency/ad9834.h header file
because it contains nothing except the include guards.

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Taimoor Zaeem and committed by
Jonathan Cameron
9cc2d656 fc3b97dd

+1 -12
+1 -2
drivers/staging/iio/frequency/ad9834.c
··· 21 21 22 22 #include <linux/iio/iio.h> 23 23 #include <linux/iio/sysfs.h> 24 - #include "dds.h" 25 24 26 - #include "ad9834.h" 25 + #include "dds.h" 27 26 28 27 /* Registers */ 29 28
-10
drivers/staging/iio/frequency/ad9834.h
··· 1 - /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* 3 - * AD9833/AD9834/AD9837/AD9838 SPI DDS driver 4 - * 5 - * Copyright 2010-2011 Analog Devices Inc. 6 - */ 7 - #ifndef IIO_DDS_AD9834_H_ 8 - #define IIO_DDS_AD9834_H_ 9 - 10 - #endif /* IIO_DDS_AD9834_H_ */