sbus: Fix bpp driver build.
authorDavid S. Miller <davem@davemloft.net>
Mon, 5 May 2008 07:33:58 +0000 (00:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 May 2008 07:33:58 +0000 (00:33 -0700)
commit0a6db7dc49b91875ff015934df3e85b8785f2294
treedb88b59b2918cc9a25d0a6a0c2b71e41a673659f
parent59f7137a1369c25308672def38f3b126d0c7575a
sbus: Fix bpp driver build.

Using the variable name 'dev_name' in the top-level namespace is a bad
idea.

This conflicts with linux/device.h's inline function of the same name.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/sbus/char/bpp.c