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

Commit b67114db authored by Helge Deller's avatar Helge Deller
Browse files

parisc: sysctl.c: Use CONFIG_PARISC instead of __hppa_ define



Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent cd24ee2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ static unsigned long hung_task_timeout_max = (LONG_MAX/HZ);
#ifdef CONFIG_SPARC
#endif

#ifdef __hppa__
#ifdef CONFIG_PARISC
extern int pwrsw_enabled;
#endif

@@ -620,7 +620,7 @@ static struct ctl_table kern_table[] = {
		.proc_handler	= proc_dointvec,
	},
#endif
#ifdef __hppa__
#ifdef CONFIG_PARISC
	{
		.procname	= "soft-power",
		.data		= &pwrsw_enabled,