summaryrefslogtreecommitdiff
path: root/include/linux/charger_notify.h
diff options
context:
space:
mode:
authorAmit Jain <ajain@motorola.com>2014-10-04 20:13:37 +0000
committerAmit Jain <ajain@motorola.com>2014-10-04 20:13:37 +0000
commitb431796a84b21383566d0d1b1728da4fe265a357 (patch)
tree2b2ee8a290f4f89da8ca48aefba8e6b4abe47f43 /include/linux/charger_notify.h
parent58efe519a5477c70a184cdf376520122127f69f0 (diff)
downloadolio-linux-3.10-b431796a84b21383566d0d1b1728da4fe265a357.tar.xz
olio-linux-3.10-b431796a84b21383566d0d1b1728da4fe265a357.zip
Revert "IKXCLOCK-4061: power key behavior change"
This reverts commit 58efe519a5477c70a184cdf376520122127f69f0. Change-Id: I8a80fcb5d7386ac8c74da99aa649ad549d64d3a1
Diffstat (limited to 'include/linux/charger_notify.h')
-rw-r--r--include/linux/charger_notify.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/include/linux/charger_notify.h b/include/linux/charger_notify.h
deleted file mode 100644
index 49bd6cb07be..00000000000
--- a/include/linux/charger_notify.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (C) 2014 Motorola Mobility LLC.
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 as published by
- * the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef CHARGER_NOTIFY_H
-#define CHARGER_NOTIFY_H
-
-#ifdef __KERNEL__
-
-enum charger_event {
- EVENT_DOCKON,
- EVENT_DOCKOFF,
- EVENT_END
-};
-
-
-extern void charger_register_notify(struct notifier_block *nb);
-extern void charger_unregister_notify(struct notifier_block *nb);
-extern void charger_notify_subscriber(unsigned long event);
-#endif /* __KERNEL__ */
-
-#endif /* CHARGER_NOTIFY_H */