[PATCH] m68k: namespace pollution fix (custom->amiga_custom)
in amigahw.h custom renamed to amiga_custom, in drivers with few instances the same replacement, in the rest - #define custom amiga_custom in driver itself Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Cc: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
@@ -24,6 +24,8 @@ static const signed char sine_data[] = {
|
||||
};
|
||||
#define DATA_SIZE (sizeof(sine_data)/sizeof(sine_data[0]))
|
||||
|
||||
#define custom amiga_custom
|
||||
|
||||
/*
|
||||
* The minimum period for audio may be modified by the frame buffer
|
||||
* device since it depends on htotal (for OCS/ECS/AGA)
|
||||
|
Reference in New Issue
Block a user