mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 18:06:48 +07:00
media: dvb-usb-v2/gl861: remove an un-used header file
The header contained just internal definitions and they are not used anymore. Signed-off-by: Akihiro Tsukada <tskd08@gmail.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
8139bb3e1d
commit
25877478c4
@ -5,7 +5,7 @@
|
||||
*/
|
||||
#include <linux/string.h>
|
||||
|
||||
#include "gl861.h"
|
||||
#include "dvb_usb.h"
|
||||
|
||||
#include "zl10353.h"
|
||||
#include "qt1010.h"
|
||||
|
@ -1,14 +0,0 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
#ifndef _DVB_USB_GL861_H_
|
||||
#define _DVB_USB_GL861_H_
|
||||
|
||||
#include "dvb_usb.h"
|
||||
|
||||
#define GL861_WRITE 0x40
|
||||
#define GL861_READ 0xc0
|
||||
|
||||
#define GL861_REQ_I2C_WRITE 0x01
|
||||
#define GL861_REQ_I2C_READ 0x02
|
||||
#define GL861_REQ_I2C_RAW 0x03
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user