From: tskd08@gmail.com
To: linux-media@vger.kernel.org
Cc: crope@iki.fi, sean@mess.org, mchehab@kernel.org,
Akihiro Tsukada <tskd08@gmail.com>
Subject: [PATCH v2 2/4] dvb-usb-v2/gl861: remove an un-used header file
Date: Thu, 29 Aug 2019 17:38:20 +0900 [thread overview]
Message-ID: <20190829083822.3670-3-tskd08@gmail.com> (raw)
In-Reply-To: <20190829083822.3670-1-tskd08@gmail.com>
From: Akihiro Tsukada <tskd08@gmail.com>
The header contained just internal definitions
and they are not used anymore.
Signed-off-by: Akihiro Tsukada <tskd08@gmail.com>
---
drivers/media/usb/dvb-usb-v2/gl861.c | 2 +-
drivers/media/usb/dvb-usb-v2/gl861.h | 14 --------------
2 files changed, 1 insertion(+), 15 deletions(-)
delete mode 100644 drivers/media/usb/dvb-usb-v2/gl861.h
diff --git a/drivers/media/usb/dvb-usb-v2/gl861.c b/drivers/media/usb/dvb-usb-v2/gl861.c
index 7e5bcf49896..e5dc1fc409f 100644
--- a/drivers/media/usb/dvb-usb-v2/gl861.c
+++ b/drivers/media/usb/dvb-usb-v2/gl861.c
@@ -5,7 +5,7 @@
*/
#include <linux/string.h>
-#include "gl861.h"
+#include "dvb_usb.h"
#include "zl10353.h"
#include "qt1010.h"
diff --git a/drivers/media/usb/dvb-usb-v2/gl861.h b/drivers/media/usb/dvb-usb-v2/gl861.h
deleted file mode 100644
index 02c00e10748..00000000000
--- a/drivers/media/usb/dvb-usb-v2/gl861.h
+++ /dev/null
@@ -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
--
2.23.0
next prev parent reply other threads:[~2019-08-29 8:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-29 8:38 [PATCH v2 0/4] dvb-usb-gl861, tc90522: remove device-specific i2c algo tskd08
2019-08-29 8:38 ` [PATCH v2 1/4] dvb-usb-v2/gl861: " tskd08
2019-08-29 8:38 ` tskd08 [this message]
2019-08-29 8:38 ` [PATCH v2 3/4] dvb-frontends/tc90522: extend i2c algo to support some devices tskd08
2019-08-29 8:38 ` [PATCH v2 4/4] dvb-usb-gl861: support I2C read from tuner via demod tskd08
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190829083822.3670-3-tskd08@gmail.com \
--to=tskd08@gmail.com \
--cc=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=sean@mess.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).