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)
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>

No differences found