diff options
author | Philippe Langlais <philippe.langlais@linaro.org> | 2012-01-16 09:42:42 +0100 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@stericsson.com> | 2012-05-22 11:01:15 +0200 |
commit | b441b5e39b0bf9c833b73e880bdd93c4cc343d3f (patch) | |
tree | fea98fb199d9b6fc929e75a9af24880a6ce75d7f | |
parent | 0ab0a31d6ca3195b83c0d2cf5f5ad0dcf59d351d (diff) |
DocBook: ASoC: Remove old i2s-layer
The old multi-client i2s driver-layer located in drivers/misc/i2s
is removed and the MSP-operation for i2s is moved into the file
ux500_msp_i2s.c in the Ux500 ASoC-folder.
Signed-off-by: Ola Lilja <ola.o.lilja@stericsson.com>
-rw-r--r-- | Documentation/DocBook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index a1bb15bd435..f0e9b64b910 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -15,7 +15,7 @@ DOCBOOKS := z8530book.xml mcabook.xml device-drivers.xml \ 80211.xml debugobjects.xml sh.xml regulator.xml \ alsa-driver-api.xml writing-an-alsa-driver.xml \ tracepoint.xml drm.xml media_api.xml \ - i2s.xml msp.xml shrm.xml touchp.xml \ + shrm.xml touchp.xml \ tc_keypad.xml prcmu-fw-api.xml cg2900_fm_radio.xml \ synaptics_rmi4_touchp.xml db5500_keypad.xml \ u5500_LogicalMailbox.xml cg2900.xml \ |