Now that we don't have special-case geom hacking defined in md_var.h, stop

including it. sparc64 was the last straggler here, but these weren't removed at
the time.
This commit is contained in:
Warner Losh 2020-04-07 22:23:22 +00:00
parent 0e3e53d746
commit 9cf738228d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=359718
4 changed files with 0 additions and 6 deletions

View File

@ -70,8 +70,6 @@ __FBSDID("$FreeBSD$");
#include <cam/ata/ata_all.h>
#include <machine/md_var.h> /* geometry translation */
#ifdef _KERNEL
#define ATA_MAX_28BIT_LBA 268435455UL

View File

@ -71,7 +71,6 @@ __FBSDID("$FreeBSD$");
#include <cam/scsi/scsi_message.h>
#include <cam/scsi/scsi_pass.h>
#include <machine/md_var.h> /* geometry translation */
#include <machine/stdarg.h> /* for xpt_print below */
#include "opt_cam.h"

View File

@ -77,8 +77,6 @@ __FBSDID("$FreeBSD$");
#include <cam/mmc/mmc_all.h>
#include <machine/md_var.h> /* geometry translation */
#ifdef _KERNEL
typedef enum {

View File

@ -51,7 +51,6 @@ __FBSDID("$FreeBSD$");
#include <sys/malloc.h>
#include <sys/sbuf.h>
#include <sys/devicestat.h>
#include <machine/md_var.h>
#include <sys/lock.h>
#include <sys/mutex.h>