summaryrefslogtreecommitdiff
path: root/include/flash.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-10-23 16:59:05 -0700
committerGerrit <chrome-bot@google.com>2012-10-25 11:24:04 -0700
commit61b2c4397ee094d5f74fa816f6e9b658a0ff550a (patch)
treea1d149926630ebe3777fd161a0fc7ca77eac3cec /include/flash.h
parent2957c3cf8b2275a1a6803bc4e141a30533cc2f1e (diff)
downloadchrome-ec-61b2c4397ee094d5f74fa816f6e9b658a0ff550a.tar.gz
Cleanup: flash module
No functional changes; just clean up comments and remove dead code BUG=chrome-os-partner:15579 BRANCH=none TEST=code compiles Change-Id: Id006ae18f2b26cea1720196f696f937811b6ba5b Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/36448 Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/flash.h')
-rw-r--r--include/flash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/flash.h b/include/flash.h
index 8bf0264c14..cef27065dd 100644
--- a/include/flash.h
+++ b/include/flash.h
@@ -9,7 +9,6 @@
#define __CROS_EC_FLASH_H
#include "common.h"
-#include "config.h"
#include "ec_commands.h" /* For EC_FLASH_PROTECT_* flags */
/*****************************************************************************/