diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-28 17:36:11 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-28 17:36:11 +0000 |
commit | 2d2f0c121f1fcb5da99174569996d8fccc1e9d1f (patch) | |
tree | ad15f36c6d68fcf9dbb3c8785675eb86b8c09b93 /src/superio/smsc/lpc47m15x/superio.c | |
parent | 6c73b4416ccda3d02bfaf9526ec356960260253b (diff) | |
download | coreboot-2d2f0c121f1fcb5da99174569996d8fccc1e9d1f.tar.xz |
Add some missing license headers, consistency fixes for others (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4881 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/smsc/lpc47m15x/superio.c')
-rw-r--r-- | src/superio/smsc/lpc47m15x/superio.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/superio/smsc/lpc47m15x/superio.c b/src/superio/smsc/lpc47m15x/superio.c index 129b7d4b5c..1d360d9259 100644 --- a/src/superio/smsc/lpc47m15x/superio.c +++ b/src/superio/smsc/lpc47m15x/superio.c @@ -1,7 +1,7 @@ /* - * superio.c: RAM driver for SMSC LPC47M15X Super I/O chip + * This file is part of the coreboot project. * - * (C) 2009 coresystems GmbH + * Copyright (C) 2009 coresystems GmbH * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,11 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +/* RAM driver for the SMSC LPC47M15X Super I/O chip */ + #include <arch/io.h> #include <device/device.h> #include <device/pnp.h> |