Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f546d6a9 authored by Harald Freudenberger's avatar Harald Freudenberger Committed by Martin Schwidefsky
Browse files

s390/zcrypt: Cleanup leftover module code.



The AP bus code is not buildable as kernel module any more.
Commit 5fe38260d083 ("s390/zcrypt: make ap_bus explicitly
non-modular") leaves one now unused function which gets
removed with this patch.

Signed-off-by: default avatarHarald Freudenberger <freude@linux.vnet.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 5791d90d
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -1107,16 +1107,6 @@ static void ap_config_timeout(unsigned long ptr)
	queue_work(system_long_wq, &ap_scan_work);
}

static void ap_reset_domain(void)
{
	int i;

	if (ap_domain_index == -1 || !ap_test_config_domain(ap_domain_index))
		return;
	for (i = 0; i < AP_DEVICES; i++)
		ap_rapq(AP_MKQID(i, ap_domain_index));
}

static void ap_reset_all(void)
{
	int i, j;