mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
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>
This commit is contained in:
parent
59f7137a13
commit
0a6db7dc49
@ -41,7 +41,7 @@
|
||||
#define BPP_DELAY 100
|
||||
|
||||
static const unsigned BPP_MAJOR = LP_MAJOR;
|
||||
static const char* dev_name = "bpp";
|
||||
static const char *bpp_dev_name = "bpp";
|
||||
|
||||
/* When switching from compatibility to a mode where I can read, try
|
||||
the following mode first. */
|
||||
|
Loading…
Reference in New Issue
Block a user