From ee3edc0116ea7720c5a0ab9713cb4b1cdabb45ee Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Wed, 18 Apr 2012 18:57:48 -0700 Subject: Clean up inits We can clear the reset cause in system pre-init now because of a previous change which preserves it across a sysjump. Signed-off-by: Randall Spangler BUG=none TEST=if it boots, it works Change-Id: I1d8b99df5a0be0de9545d22ad1a6b7fb3140f813 --- include/port80.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/port80.h') diff --git a/include/port80.h b/include/port80.h index 060ee7bbd8..787af8c169 100644 --- a/include/port80.h +++ b/include/port80.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 The Chromium OS Authors. All rights reserved. +/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ @@ -10,9 +10,6 @@ #include "common.h" -/* Initializes the module. */ -int port_80_init(void); - /* Called by LPC module when a byte of data is written to port 80. */ void port_80_write(int data); -- cgit v1.2.1