Remove hidden __reboot from header

This change is required:
https://android-review.googlesource.com/#/c/70570

Change-Id: Idb991f96a424aa5b0f9e06d9fb787fe8c8530750
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
This commit is contained in:
Pavel Chupin 2013-11-21 23:13:08 +04:00
parent f1258672d1
commit 811cba00af

View File

@ -42,7 +42,6 @@ __BEGIN_DECLS
#define RB_POWER_OFF LINUX_REBOOT_CMD_POWER_OFF
extern int reboot(int reboot_type);
extern int __reboot(int, int, int, void *);
__END_DECLS