mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
mmc: purge EOL release compatibility
Remove support for FreeBSD 7 needed for a product that's not shipped FreeBSD 7 in ~15 years.... Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/603 Differential Revision: https://reviews.freebsd.org/D35560
This commit is contained in:
parent
29a4a60fff
commit
862dd0d214
1 changed files with 0 additions and 5 deletions
|
|
@ -87,11 +87,6 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include "mmcbus_if.h"
|
||||
|
||||
#if __FreeBSD_version < 800002
|
||||
#define kproc_create kthread_create
|
||||
#define kproc_exit kthread_exit
|
||||
#endif
|
||||
|
||||
#define MMCSD_CMD_RETRIES 5
|
||||
|
||||
#define MMCSD_FMT_BOOT "mmcsd%dboot"
|
||||
|
|
|
|||
Loading…
Reference in a new issue