diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-11-29 22:02:22 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-11-30 12:19:05 +0300 |
commit | be9b53c83792e3898755dce90f8c632d40e7c83e (patch) | |
tree | 627ed2c0c7557f5a1da416b71d2c06883647d5ea /drivers/media/dvb-frontends/stb6000.h | |
parent | e61edeb155ca20cf30009196738d4a7a8365ac9f (diff) | |
download | linux-be9b53c83792e3898755dce90f8c632d40e7c83e.tar.xz |
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/stb6000.h')
-rw-r--r-- | drivers/media/dvb-frontends/stb6000.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/stb6000.h b/drivers/media/dvb-frontends/stb6000.h index 3c4d51dd5415..e94a3d5facf6 100644 --- a/drivers/media/dvb-frontends/stb6000.h +++ b/drivers/media/dvb-frontends/stb6000.h @@ -26,6 +26,7 @@ #include <linux/i2c.h> #include "dvb_frontend.h" +#if IS_REACHABLE(CONFIG_DVB_STB6000) /** * Attach a stb6000 tuner to the supplied frontend structure. * @@ -35,7 +36,6 @@ * * return: FE pointer on success, NULL on failure. */ -#if IS_REACHABLE(CONFIG_DVB_STB6000) extern struct dvb_frontend *stb6000_attach(struct dvb_frontend *fe, int addr, struct i2c_adapter *i2c); #else |