[SPARC] envctrl: implement ->unlocked_ioctl and ->compat_ioctl
authorChristoph Hellwig <hch@lst.de>
Mon, 7 Nov 2005 22:12:34 +0000 (14:12 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Nov 2005 22:12:34 +0000 (14:12 -0800)
all the ioctls in the driver are 32bit compat clean and don't need BKL,
so we can switch it to ->unlocked_ioctl and ->compat_ioctl trivially.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found