git: 862dd0d21400 - main - mmc: purge EOL release compatibility

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sat, 04 Feb 2023 16:20:18 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=862dd0d214005be4747e059d85950355783712cf

commit 862dd0d214005be4747e059d85950355783712cf
Author:     Elliott Mitchell <ehem+freebsd@m5p.com>
AuthorDate: 2022-06-23 00:53:47 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-04 16:11:13 +0000

    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
---
 sys/dev/mmc/mmcsd.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sys/dev/mmc/mmcsd.c b/sys/dev/mmc/mmcsd.c
index 225088364ef8..b227859c3cb6 100644
--- a/sys/dev/mmc/mmcsd.c
+++ b/sys/dev/mmc/mmcsd.c
@@ -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"