[SPARC] {bbc_,}envctrl: Use call_usermodehelper().
authorDavid S. Miller <davem@sunset.davemloft.net>
Wed, 18 Oct 2006 02:19:08 +0000 (19:19 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 18 Oct 2006 02:28:52 +0000 (19:28 -0700)
We should not be calling kernel_execve() directly and this
causes module build failures because kernel_execve() is not
exported to modules.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found