Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/gumstix No reason to include gumstixvar.h so...
details: https://anonhg.NetBSD.org/src/rev/2915d0b4634f
branches: trunk
changeset: 781402:2915d0b4634f
user: matt <matt%NetBSD.org@localhost>
date: Tue Sep 04 00:19:48 2012 +0000
description:
No reason to include gumstixvar.h so don't.
diffstat:
sys/arch/evbarm/gumstix/if_smsh_gpmc.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r c391f5c2d7c1 -r 2915d0b4634f sys/arch/evbarm/gumstix/if_smsh_gpmc.c
--- a/sys/arch/evbarm/gumstix/if_smsh_gpmc.c Tue Sep 04 00:19:20 2012 +0000
+++ b/sys/arch/evbarm/gumstix/if_smsh_gpmc.c Tue Sep 04 00:19:48 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_smsh_gpmc.c,v 1.1 2010/08/28 04:54:46 kiyohara Exp $ */
+/* $NetBSD: if_smsh_gpmc.c,v 1.2 2012/09/04 00:19:48 matt Exp $ */
/*
* Copyright (c) 2010 KIYOHARA Takashi
* All rights reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_smsh_gpmc.c,v 1.1 2010/08/28 04:54:46 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_smsh_gpmc.c,v 1.2 2012/09/04 00:19:48 matt Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -36,8 +36,6 @@
#include <arm/omap/omap2_gpmcvar.h>
-#include <evbarm/gumstix/gumstixvar.h>
-
#include <net/if.h>
#include <net/if_ether.h>
#include <net/if_media.h>
Home |
Main Index |
Thread Index |
Old Index