diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2018-02-05 08:28:22 -0500 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2018-03-05 03:00:59 -0500 |
commit | 5a871bf081dd7915ed7b9942a5484ff0c742e2cc (patch) | |
tree | d49f8bb09f2e45392b9826e0744be073cecfbb36 | |
parent | e0b2dbcfaacd1c1662fd3facdd75805a95505054 (diff) |
mmc: sh_mmcif: remove some cruft
The TODO section from 2010 is obsolete. We have DMA and PM meanwhile and
we always want to handle errors better, if possible. Also DRIVER_VERSION
is not used anymore these days.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r-- | drivers/mmc/host/sh_mmcif.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/mmc/host/sh_mmcif.c b/drivers/mmc/host/sh_mmcif.c index 7bb00c68a756..4c2a1f8ddbf3 100644 --- a/drivers/mmc/host/sh_mmcif.c +++ b/drivers/mmc/host/sh_mmcif.c | |||
@@ -7,13 +7,6 @@ | |||
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
9 | * the Free Software Foundation; either version 2 of the License. | 9 | * the Free Software Foundation; either version 2 of the License. |
10 | * | ||
11 | * | ||
12 | * TODO | ||
13 | * 1. DMA | ||
14 | * 2. Power management | ||
15 | * 3. Handle MMC errors better | ||
16 | * | ||
17 | */ | 10 | */ |
18 | 11 | ||
19 | /* | 12 | /* |
@@ -67,7 +60,6 @@ | |||
67 | #include <linux/module.h> | 60 | #include <linux/module.h> |
68 | 61 | ||
69 | #define DRIVER_NAME "sh_mmcif" | 62 | #define DRIVER_NAME "sh_mmcif" |
70 | #define DRIVER_VERSION "2010-04-28" | ||
71 | 63 | ||
72 | /* CE_CMD_SET */ | 64 | /* CE_CMD_SET */ |
73 | #define CMD_MASK 0x3f000000 | 65 | #define CMD_MASK 0x3f000000 |