Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/marvell There is no opt_mvsoc.h; the #ifdef ARMADAXP...
details: https://anonhg.NetBSD.org/src/rev/a601ebe2879a
branches: trunk
changeset: 786814:a601ebe2879a
user: christos <christos%NetBSD.org@localhost>
date: Mon May 13 15:47:18 2013 +0000
description:
There is no opt_mvsoc.h; the #ifdef ARMADAXP should be changed to some
inherited device property.
diffstat:
sys/dev/marvell/gttwsi.c | 6 ++----
sys/dev/marvell/mvspireg.h | 2 --
2 files changed, 2 insertions(+), 6 deletions(-)
diffs (39 lines):
diff -r 4ef22d7593e3 -r a601ebe2879a sys/dev/marvell/gttwsi.c
--- a/sys/dev/marvell/gttwsi.c Mon May 13 15:40:31 2013 +0000
+++ b/sys/dev/marvell/gttwsi.c Mon May 13 15:47:18 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gttwsi.c,v 1.7 2013/05/01 12:25:31 rkujawa Exp $ */
+/* $NetBSD: gttwsi.c,v 1.8 2013/05/13 15:47:18 christos Exp $ */
/*
* Copyright (c) 2008 Eiji Kawauchi.
* All rights reserved.
@@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gttwsi.c,v 1.7 2013/05/01 12:25:31 rkujawa Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gttwsi.c,v 1.8 2013/05/13 15:47:18 christos Exp $");
#include "locators.h"
#include <sys/param.h>
@@ -86,8 +86,6 @@
#include <dev/marvell/marvellvar.h>
#include <dev/marvell/gttwsireg.h>
-#include "opt_mvsoc.h"
-
struct gttwsi_softc {
device_t sc_dev;
bus_space_tag_t sc_bust;
diff -r 4ef22d7593e3 -r a601ebe2879a sys/dev/marvell/mvspireg.h
--- a/sys/dev/marvell/mvspireg.h Mon May 13 15:40:31 2013 +0000
+++ b/sys/dev/marvell/mvspireg.h Mon May 13 15:47:18 2013 +0000
@@ -35,8 +35,6 @@
*******************************************************************************/
-#include "opt_mvsoc.h"
-
#ifndef _MVSPIREG_H_
#define _MVSPIREG_H_
Home |
Main Index |
Thread Index |
Old Index