In r289137 the legacy_aliases compatibility shims for ata were removed,
also remove a leftover define used for implementing them. Reviewed by: mav Differential Revision: https://reviews.freebsd.org/D6726
This commit is contained in:
parent
4941d22eb5
commit
4f63cbc234
@ -774,10 +774,6 @@ static void adashutdown(void *arg, int howto);
|
||||
static void adasuspend(void *arg);
|
||||
static void adaresume(void *arg);
|
||||
|
||||
#ifndef ADA_DEFAULT_LEGACY_ALIASES
|
||||
#define ADA_DEFAULT_LEGACY_ALIASES 1
|
||||
#endif
|
||||
|
||||
#ifndef ADA_DEFAULT_TIMEOUT
|
||||
#define ADA_DEFAULT_TIMEOUT 30 /* Timeout in seconds */
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user