Resource handling: add 'insert_resource_expand_to_fit()' function
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Aug 2008 03:18:31 +0000 (20:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Aug 2008 03:25:20 +0000 (20:25 -0700)
commitbef69ea0dcce574a425feb0a5aa4c63dd108b9a6
treeb678fa44657d63cb30a29ba0b73a442537f7826c
parent00aeb429a0f2daeb21979873060b81095cafe4bd
Resource handling: add 'insert_resource_expand_to_fit()' function

Not used anywhere yet, but this complements the existing plain
'insert_resource()' functionality with a version that can expand the
resource we are adding in order to fix up any conflicts it has with
existing resources.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/ioport.h
kernel/resource.c