summaryrefslogtreecommitdiffstats
path: root/drivers/video/s3c-fb.c
diff options
context:
space:
mode:
authorDhananjay Phadke2009-08-24 21:23:27 +0200
committerDavid S. Miller2009-08-27 00:29:19 +0200
commit3ad4467ca43e7a2556e26e4e304faf3385048834 (patch)
tree5b3e263674604ec0f15211f3de10d3cc65e93f63 /drivers/video/s3c-fb.c
parentnetxen: implement generic pcie semaphore functions (diff)
downloadkernel-qcow2-linux-3ad4467ca43e7a2556e26e4e304faf3385048834.tar.gz
kernel-qcow2-linux-3ad4467ca43e7a2556e26e4e304faf3385048834.tar.xz
kernel-qcow2-linux-3ad4467ca43e7a2556e26e4e304faf3385048834.zip
netxen: remove netxen_nic_niu.c
Consolidate all MAC/PHY access functions into netxen_nic_hw.c Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/video/s3c-fb.c')
0 files changed, 0 insertions, 0 deletions
ing 'user_access_begin()' to do the range checking resulted this patch, because there is no way we're going to move the old VERIFY_xyz interface to that model. And it's best done at the end of the merge window when I've done most of my merges, so let's just get this done once and for all. This patch was mostly done with a sed-script, with manual fix-ups for the cases that weren't of the trivial 'access_ok(VERIFY_xyz' form. There were a couple of notable cases: - csky still had the old "verify_area()" name as an alias. - the iter_iov code had magical hardcoded knowledge of the actual values of VERIFY_{READ,WRITE} (not that they mattered, since nothing really used it) - microblaze used the type argument for a debug printout but other than those oddities this should be a total no-op patch. I tried to fix up all architectures, did fairly extensive grepping for access_ok() uses, and the changes are trivial, but I may have missed something. Any missed conversion should be trivially fixable, though. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/powerpc/net/bpf_jit_comp.c')