summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSakethram Bommisetti <sakethram.bommisetti@stericsson.com>2011-09-23 14:52:00 +0530
committerRobert Marklund <robert.marklund@stericsson.com>2011-10-05 12:58:58 +0200
commitec0522484e60e864cf2584a30ef37644d6f6df09 (patch)
tree86c13f410c71e749b9f8548a21613fe0eb6955c6
parent290f08df568b453b508e97114ef1a449421965ba (diff)
ux500:USB:Fix for Build issue of HTML Docs
"pubfunctions" is required in the .tmpl file as the compiler uses it. Adding "pubfunctions" in ux500_usb.tmpl file. ST-Ericsson ID: NA ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: NA Signed-off-by: Sakethram Bommisetti <sakethram.bommisetti@stericsson.com> Change-Id: Ic927f2001e9d0fff070a7d7b9b9871c011905aef Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/31845 Reviewed-by: Praveena NADAHALLY <praveen.nadahally@stericsson.com> Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
-rw-r--r--Documentation/DocBook/ux500_usb.tmpl8
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/DocBook/ux500_usb.tmpl b/Documentation/DocBook/ux500_usb.tmpl
index f31f3784e93..71b744386d4 100644
--- a/Documentation/DocBook/ux500_usb.tmpl
+++ b/Documentation/DocBook/ux500_usb.tmpl
@@ -121,7 +121,12 @@
</para>
</chapter>
-
+ <chapter id="pubfunctions">
+ <title>Public Functions Provided</title>
+ <para>
+ The musb driver doesn't export any functions.
+ </para>
+ </chapter>
<chapter id="intfunctions">
<title>Internal Functions Provided</title>
<para>
@@ -143,5 +148,4 @@
!Idrivers/usb/musb/ux500.c
</section>
</chapter>
-
</book>