kdrive: Remove unused KD_MAX_CARD_ADDRESS macro
Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
This commit is contained in:
parent
5337ddcfd9
commit
730f7d1c4f
|
@ -57,10 +57,6 @@
|
||||||
#define KD_MAX_FB FB_OVERLAY_MAX
|
#define KD_MAX_FB FB_OVERLAY_MAX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef KD_MAX_CARD_ADDRESS
|
|
||||||
#define KD_MAX_CARD_ADDRESS 8
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define Status int
|
#define Status int
|
||||||
|
|
||||||
typedef struct _KdCardInfo {
|
typedef struct _KdCardInfo {
|
||||||
|
|
Loading…
Reference in New Issue