svn commit: r207235 - stable/7/sys/dev/sge
Pyun YongHyeon
yongari at FreeBSD.org
Mon Apr 26 17:57:09 UTC 2010
Author: yongari
Date: Mon Apr 26 17:57:08 2010
New Revision: 207235
URL: http://svn.freebsd.org/changeset/base/207235
Log:
MFC r206672:
Fix include path.
Modified:
stable/7/sys/dev/sge/if_sge.c
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris/ (props changed)
stable/7/sys/contrib/dev/acpica/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
Modified: stable/7/sys/dev/sge/if_sge.c
==============================================================================
--- stable/7/sys/dev/sge/if_sge.c Mon Apr 26 17:54:49 2010 (r207234)
+++ stable/7/sys/dev/sge/if_sge.c Mon Apr 26 17:57:08 2010 (r207235)
@@ -81,7 +81,7 @@ __FBSDID("$FreeBSD$");
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
-#include "if_sgereg.h"
+#include <dev/sge/if_sgereg.h>
MODULE_DEPEND(sge, pci, 1, 1, 1);
MODULE_DEPEND(sge, ether, 1, 1, 1);
More information about the svn-src-stable
mailing list