···210static int hvcs_parm_num_devs = -1;211module_param(hvcs_parm_num_devs, int, 0);212213-char hvcs_driver_name[] = "hvcs";214-char hvcs_device_node[] = "hvcs";215-char hvcs_driver_string[]216 = "IBM hvcs (Hypervisor Virtual Console Server) Driver";217218/* Status of partner info rescan triggered via sysfs. */···1092 * NOTICE: Do NOT hold either the hvcs_struct.lock or hvcs_structs_lock when1093 * calling this function or you will get deadlock.1094 */1095-struct hvcs_struct *hvcs_get_by_index(int index)1096{1097 struct hvcs_struct *hvcsd = NULL;1098 unsigned long flags;
···210static int hvcs_parm_num_devs = -1;211module_param(hvcs_parm_num_devs, int, 0);212213+static const char hvcs_driver_name[] = "hvcs";214+static const char hvcs_device_node[] = "hvcs";215+static const char hvcs_driver_string[]216 = "IBM hvcs (Hypervisor Virtual Console Server) Driver";217218/* Status of partner info rescan triggered via sysfs. */···1092 * NOTICE: Do NOT hold either the hvcs_struct.lock or hvcs_structs_lock when1093 * calling this function or you will get deadlock.1094 */1095+static struct hvcs_struct *hvcs_get_by_index(int index)1096{1097 struct hvcs_struct *hvcsd = NULL;1098 unsigned long flags;