From: Arnd Bergmann Date: Tue, 6 Jul 2010 16:54:47 +0000 (+0200) Subject: drm: use noop_llseek X-Git-Tag: v2.6.37-rc1~173^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc880abef75e7c62c9048171f5112500f36a9244;p=pandora-kernel.git drm: use noop_llseek The drm device drivers currently allow seeking on the character device but never care about the actual file position. When we change the default llseek operation to be no_llseek, calling llseek on a drm device would return an error condition, which is an API change. Explicitly setting noop_llseek lets us keep the current API. Signed-off-by: Arnd Bergmann Cc: David Airlie Cc: dri-devel@lists.freedesktop.org --- Reading git-diff-tree failed