summaryrefslogtreecommitdiffstats
path: root/init/bootchart.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-04 14:46:36 -0800
committerElliott Hughes <enh@google.com>2015-02-04 17:16:11 -0800
commitc0e919c92062360a69b771722677d041c9998403 (patch)
tree8d082ff796a482fd305a00640a5c83dd0a258d12 /init/bootchart.h
parent27d28d3baff860d1fd936a5fcf2d920577c52575 (diff)
downloadsystem_core-c0e919c92062360a69b771722677d041c9998403.zip
system_core-c0e919c92062360a69b771722677d041c9998403.tar.gz
system_core-c0e919c92062360a69b771722677d041c9998403.tar.bz2
Stop using #if for conditional compilation.
Use regular 'if' to prevent bitrot. Also remove remaining typedefs. Change-Id: I2e6ca928e2db29b88b643cf990ff05cfb0be94a6
Diffstat (limited to 'init/bootchart.h')
-rw-r--r--init/bootchart.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/init/bootchart.h b/init/bootchart.h
index fcd20b1..9ba3c40 100644
--- a/init/bootchart.h
+++ b/init/bootchart.h
@@ -17,10 +17,6 @@
#ifndef _BOOTCHART_H
#define _BOOTCHART_H
-#ifndef BOOTCHART
-# define BOOTCHART 0
-#endif
-
extern int bootchart_init(void);
extern int bootchart_step(void);
extern void bootchart_finish(void);