Skip to content
Commit e3864970 authored by Tony Breeds's avatar Tony Breeds Committed by Stefan Richter
Browse files

ieee1394: silence defined but not used warning in non-modular builds



Currently the kernel will issue the following warning:
drivers/ieee1394/raw1394.c:2938: warning: 'raw1394_id_table' defined but not used
Add #ifdef MODULE guards around the declaration.

Signed-off-by: default avatarTony Breeds <tony@bakeyournoodle.com>

Ditto with dv1394_id_table and video1394_id_table.

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent cc9429bc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment