From: Alexander Gordeev Date: Thu, 13 Jan 2011 01:00:53 +0000 (-0800) Subject: pps: move idr stuff to pps.c X-Git-Tag: v2.6.38-rc1~289 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=083e58666ff5b3c5750d9a5c0560018b03cfb4b2;p=pandora-kernel.git pps: move idr stuff to pps.c Since now idr is only used to manage char device id's and not used in kernel API anymore it should be moved to pps.c. This also makes it possible to release id only at actual device freeing so nobody can register a pps device with the same id while our device is not freed yet. Signed-off-by: Alexander Gordeev Acked-by: Rodolfo Giometti Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed