msm: sysmon: Add support for second USB HSIC modem
Add support for a secondary instance of an external modem over
the USB/HSIC transport.
Change-Id: I1891ccc14279dfcbcf5e3555a6d42f42049e208a
Signed-off-by: Jack Pham <jackp@codeaurora.org>
diff --git a/arch/arm/mach-msm/sysmon.h b/arch/arm/mach-msm/sysmon.h
index 3f122cd..59caf0e 100644
--- a/arch/arm/mach-msm/sysmon.h
+++ b/arch/arm/mach-msm/sysmon.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011-2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011-2013, 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
@@ -31,6 +31,7 @@
/* Non-SMD subsystems */
SYSMON_SS_EXT_MODEM = SMD_NUM_TYPE,
+ SYSMON_SS_EXT_MODEM2,
SYSMON_NUM_SS
};