mirror of
https://github.com/torvalds/linux.git
synced 2026-01-12 00:42:35 +08:00
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>
This commit is contained in:
committed by
Jonathan Cameron
parent
fc3b97dd71
commit
9cc2d6566f
@@ -21,9 +21,8 @@
|
||||
|
||||
#include <linux/iio/iio.h>
|
||||
#include <linux/iio/sysfs.h>
|
||||
#include "dds.h"
|
||||
|
||||
#include "ad9834.h"
|
||||
#include "dds.h"
|
||||
|
||||
/* Registers */
|
||||
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/*
|
||||
* AD9833/AD9834/AD9837/AD9838 SPI DDS driver
|
||||
*
|
||||
* Copyright 2010-2011 Analog Devices Inc.
|
||||
*/
|
||||
#ifndef IIO_DDS_AD9834_H_
|
||||
#define IIO_DDS_AD9834_H_
|
||||
|
||||
#endif /* IIO_DDS_AD9834_H_ */
|
||||
Reference in New Issue
Block a user