diff options
author | Roman Kiryanov <rkir@google.com> | 2018-07-11 13:23:57 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-12 21:49:24 +0200 |
commit | 11ac66a379091ce425a456e1a714066f255f38f8 (patch) | |
tree | 416421308b6c74ea5ae21b14778f0006238b76b3 | |
parent | 1ba60ad56c409f23ac244adb7734208e53f8a985 (diff) | |
download | linux-stable-11ac66a379091ce425a456e1a714066f255f38f8.tar.gz linux-stable-11ac66a379091ce425a456e1a714066f255f38f8.tar.bz2 linux-stable-11ac66a379091ce425a456e1a714066f255f38f8.zip |
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>
-rw-r--r-- | drivers/staging/goldfish/README | 6 |
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) - |