From: Al Viro Date: Sat, 14 Jul 2012 09:49:40 +0000 (+0400) Subject: zoran: don't bother with struct file * in zoran_map X-Git-Tag: v3.6-rc1~152^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b6456d2c3fc9d0c4ec1db5d6594f40098ff0a6f;p=pandora-kernel.git zoran: don't bother with struct file * in zoran_map all we need it for is file->private_data, which is assign-once, already assigned by that point and, incidentally, its value is already in use by zoran ->mmap() anyway. So just store that pointer instead... Signed-off-by: Al Viro --- Reading git-diff-tree failed