summaryrefslogtreecommitdiff
path: root/drivers/staging/goldfish
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2018-07-11 13:23:57 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-12 21:49:24 +0200
commit11ac66a379091ce425a456e1a714066f255f38f8 (patch)
tree416421308b6c74ea5ae21b14778f0006238b76b3 /drivers/staging/goldfish
parent1ba60ad56c409f23ac244adb7734208e53f8a985 (diff)
staging: goldfish: Remove references to the retired driver from README
The goldfish nand driver was retired (not used). Signed-off-by: Roman Kiryanov <rkir@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/goldfish')
-rw-r--r--drivers/staging/goldfish/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/goldfish/README b/drivers/staging/goldfish/README
index 183af0053234..ed08c4d46e75 100644
--- a/drivers/staging/goldfish/README
+++ b/drivers/staging/goldfish/README
@@ -3,9 +3,3 @@ Audio
- Move to using the ALSA framework not faking it
- Fix the wrong user page DMA (moving to ALSA may fix that too)
-NAND
-----
-- Remove excess checking of parameters in calls
-- Use dma coherent memory not kmalloc/__pa for the memory (this is just
- a cleanliness issue not a correctness one)
-