NBSG is not used in this file so remove unnecessary comment and include.

This commit is contained in:
tsutsui 2009-12-11 18:45:05 +00:00
parent 1a88b50bca
commit a1b485666f

View File

@ -1,4 +1,4 @@
/* $NetBSD: sun3x.c,v 1.11 2009/01/12 07:00:59 tsutsui Exp $ */
/* $NetBSD: sun3x.c,v 1.12 2009/12/11 18:45:05 tsutsui Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -39,12 +39,6 @@
#define get_pte sun3x_get_pte
#define set_pte sun3x_set_pte
/*
* We need to get the sun3x NBSG definition, even if we're
* building this with a different sun68k target.
*/
#include <arch/sun3/include/param.h>
#include <sys/param.h>
#include <machine/mon.h>