summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-07-31 09:34:27 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-07-31 09:34:22 -0700
commite8848a7c8e7a392d72d122afd4bab4d95d5ec534 (patch)
treee799bd86f5e7bb96eeba0ad7821a1b57f09f4884 /include/soc
parent6dc8f1cb011466bb3ad53157f3bdef25bc527c4f (diff)
parent8d7bc77acdc2675054c659934a4321de3f785292 (diff)
Merge "icnss: Remove sending uevent after FW ready"
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/qcom/icnss.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/soc/qcom/icnss.h b/include/soc/qcom/icnss.h
index 4fff429dc0b2..ae8834d3fe54 100644
--- a/include/soc/qcom/icnss.h
+++ b/include/soc/qcom/icnss.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -23,7 +23,6 @@
#endif
enum icnss_uevent {
- ICNSS_UEVENT_FW_READY,
ICNSS_UEVENT_FW_CRASHED,
ICNSS_UEVENT_FW_DOWN,
};