aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/dvb-pll.h
diff options
context:
space:
mode:
authorGravatar Mauro Carvalho Chehab <mchehab@s-opensource.com> 2017-11-29 14:02:22 -0500
committerGravatar Mauro Carvalho Chehab <mchehab@s-opensource.com> 2017-11-30 04:19:05 -0500
commitbe9b53c83792e3898755dce90f8c632d40e7c83e (patch)
tree627ed2c0c7557f5a1da416b71d2c06883647d5ea /drivers/media/dvb-frontends/dvb-pll.h
parentmedia: docs: add documentation for frontend attach info (diff)
downloadlinux-be9b53c83792e3898755dce90f8c632d40e7c83e.tar.gz
linux-be9b53c83792e3898755dce90f8c632d40e7c83e.tar.bz2
linux-be9b53c83792e3898755dce90f8c632d40e7c83e.zip
media: dvb-frontends: complete kernel-doc markups
For the dvb-frontends that are now part of the documentation, complete the kernel-doc markups, in order for them to be properly used at the driver's kAPI documentation. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-frontends/dvb-pll.h')
-rw-r--r--drivers/media/dvb-frontends/dvb-pll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/dvb-pll.h b/drivers/media/dvb-frontends/dvb-pll.h
index 01dbcc4d9550..212e0730f154 100644
--- a/drivers/media/dvb-frontends/dvb-pll.h
+++ b/drivers/media/dvb-frontends/dvb-pll.h
@@ -30,6 +30,7 @@
#define DVB_PLL_TDEE4 18
#define DVB_PLL_THOMSON_DTT7520X 19
+#if IS_REACHABLE(CONFIG_DVB_PLL)
/**
* Attach a dvb-pll to the supplied frontend structure.
*
@@ -40,7 +41,6 @@
*
* return: Frontend pointer on success, NULL on failure
*/
-#if IS_REACHABLE(CONFIG_DVB_PLL)
extern struct dvb_frontend *dvb_pll_attach(struct dvb_frontend *fe,
int pll_addr,
struct i2c_adapter *i2c,