mirror of https://gitee.com/openkylin/linux.git
staging: mt7621-mmc: Remove unused macro MAX_BD_PER_GPD
The macro MAX_BD_PER_GPD is never used, so remove it. Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6a1636fa11
commit
a98c143734
|
@ -91,7 +91,6 @@
|
|||
|
||||
#define MAX_GPD_NUM (1 + 1) /* one null gpd */
|
||||
#define MAX_BD_NUM (1024)
|
||||
#define MAX_BD_PER_GPD (MAX_BD_NUM)
|
||||
|
||||
#define MAX_HW_SGMTS (MAX_BD_NUM)
|
||||
#define MAX_PHY_SGMTS (MAX_BD_NUM)
|
||||
|
|
Loading…
Reference in New Issue