media: dvb-frontends: remove a clone of a kernel-doc markup at zd1301_demod.h
The same markup are there twice, causing warnings with Sphinx 3.x. Drop the second copy. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
b97d4a1eb4
commit
deacbb8e4c
@ -43,12 +43,6 @@ struct i2c_adapter *zd1301_demod_get_i2c_adapter(struct platform_device *pdev);
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
/**
|
|
||||||
* zd1301_demod_get_dvb_frontend() - Attach a zd1301 frontend
|
|
||||||
* @dev: Pointer to platform device
|
|
||||||
*
|
|
||||||
* Return: Pointer to %struct dvb_frontend or NULL if attach fails.
|
|
||||||
*/
|
|
||||||
static inline struct dvb_frontend *zd1301_demod_get_dvb_frontend(struct platform_device *dev)
|
static inline struct dvb_frontend *zd1301_demod_get_dvb_frontend(struct platform_device *dev)
|
||||||
{
|
{
|
||||||
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
|
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user