Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2010 01:55:28 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210099 - head/sys/mips/include
Message-ID:  <201007150155.o6F1tSfG044749@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Thu Jul 15 01:55:28 2010
New Revision: 210099
URL: http://svn.freebsd.org/changeset/base/210099

Log:
  We don't need sys/cdefs.h for __CONCAT here.

Modified:
  head/sys/mips/include/cpuregs.h

Modified: head/sys/mips/include/cpuregs.h
==============================================================================
--- head/sys/mips/include/cpuregs.h	Thu Jul 15 01:53:17 2010	(r210098)
+++ head/sys/mips/include/cpuregs.h	Thu Jul 15 01:55:28 2010	(r210099)
@@ -58,8 +58,6 @@
 #ifndef _MIPS_CPUREGS_H_
 #define	_MIPS_CPUREGS_H_
 
-#include <sys/cdefs.h>		/* For __CONCAT() */
-
 #if defined(_KERNEL_OPT)
 #include "opt_cputype.h"
 #endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007150155.o6F1tSfG044749>