summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-02-09 18:19:24 +0000
committerandrew <andrew@FreeBSD.org>2016-02-09 18:19:24 +0000
commitf8539e89c54251f4057acdc1790c53d4f20e43cb (patch)
tree353f92aa22ec09f98e9b6d7e68e616a88b337958
parentc312dec06a6d10c15d1eb00493baf81243457052 (diff)
downloadFreeBSD-src-f8539e89c54251f4057acdc1790c53d4f20e43cb.zip
FreeBSD-src-f8539e89c54251f4057acdc1790c53d4f20e43cb.tar.gz
Remove unneeded whitespace, and fix a license for a new file. Extracted
from a larger patch. Submitted by: Emmanuel Vadot <manu@bidouilliste.com> X-Differential Revision: https://reviews.freebsd.org/D4792
-rw-r--r--sys/arm/allwinner/allwinner_machdep.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/arm/allwinner/allwinner_machdep.h b/sys/arm/allwinner/allwinner_machdep.h
index 0edd090..8718d63 100644
--- a/sys/arm/allwinner/allwinner_machdep.h
+++ b/sys/arm/allwinner/allwinner_machdep.h
@@ -2,8 +2,6 @@
* Copyright (c) 2015 Emmanuel Vadot <manu@bidouilliste.com>
* All rights reserved.
*
- * This code is derived from software written for Brini by Mark Brinicombe
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -31,17 +29,17 @@
#ifndef AW_MACHDEP_H
#define AW_MACHDEP_H
-
+
#define ALLWINNERSOC_A10 0x10000000
#define ALLWINNERSOC_A13 0x13000000
#define ALLWINNERSOC_A10S 0x10000001
#define ALLWINNERSOC_A20 0x20000000
-
+
#define ALLWINNERSOC_SUN4I 0x40000000
#define ALLWINNERSOC_SUN5I 0x50000000
#define ALLWINNERSOC_SUN7I 0x70000000
-
+
u_int allwinner_soc_type(void);
u_int allwinner_soc_family(void);
-
+
#endif /* AW_MACHDEP_H */
OpenPOWER on IntegriCloud