Merge "Remove hidden __reboot from header"

This commit is contained in:
Elliott Hughes 2013-11-21 20:37:25 +00:00 committed by Gerrit Code Review
commit 880d0e6c64

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