diff options
author | Hemant Gupta <hemant.gupta@stericsson.com> | 2011-03-10 10:13:29 +0530 |
---|---|---|
committer | Said BAGHERI <said.m.bagheri@stericsson.com> | 2011-06-10 15:21:47 +0200 |
commit | 28d6d027903844aa7bd3a1d9d7ede21c0178a9fb (patch) | |
tree | ecc1f726ab7eed1a05df773f970311e7b358c200 | |
parent | e77a33b652d5d86b2597f5ebe10041333fc99c8d (diff) |
DocBook: Add CG2900 FM Radio templateGLK-2.6.38_w123.5.1
This patch re-adds the cg2900_fm_radio.tmpl template file for DocBook,
which for some unknown reason has been removed at a time earlier
on. This patch also fixes some warnings while generating kernel docs
in CG2900 FM Driver.
ST-Ericsson ID: 327422
ST-Ericsson FOSS-OUT ID: Trivial
Change-Id: I1507156af91cfff80af8063f618626a79d955c6a
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/17877
Reviewed-by: Andreas KARLSSON <andreas.z.karlsson@stericsson.com>
Reviewed-by: Andreas GUSTAFSSON <andreas.a.gustafsson@stericsson.com>
Tested-by: Andreas GUSTAFSSON <andreas.a.gustafsson@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/24915
Reviewed-by: Philippe LANGLAIS <philippe.langlais@stericsson.com>
Reviewed-by: Said BAGHERI <said.m.bagheri@stericsson.com>
Tested-by: Said BAGHERI <said.m.bagheri@stericsson.com>
-rw-r--r-- | Documentation/DocBook/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index 14acb13f5c9..62751081409 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -16,7 +16,8 @@ DOCBOOKS := z8530book.xml mcabook.xml device-drivers.xml \ alsa-driver-api.xml writing-an-alsa-driver.xml \ tracepoint.xml media.xml drm.xml \ i2s.xml msp.xml shrm.xml stmpe.xml touchp.xml \ - tc_keypad.xml prcmu-fw-api.xml + tc_keypad.xml prcmu-fw-api.xml cg2900_fm_radio.xml + ### # The build process is as follows (targets): |