resource: constify arg to resource_size() and resource_type()
authorJean Delvare <khali@linux-fr.org>
Wed, 16 Dec 2009 00:48:21 +0000 (16:48 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Dec 2009 15:20:17 +0000 (07:20 -0800)
commitf65380c07b64b0e45ad5c7d70ca54a9cde1c00db
treef0ea736f2c3b21af00dbc085ea53d47847f9632f
parent76148df19cbd5437dc5358408a58c7cc6366ecf4
resource: constify arg to resource_size() and resource_type()

resource_size() doesn't change the resource it operates on, so the res
parameter can be marked const.  Same for resource_type().

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Reviewed-by: WANG Cong <xiyou.wangcong@gmail.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/ioport.h