From 06842415149371127b91d15774cff95dcccc1845 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sat, 25 Mar 2006 03:08:21 -0800 Subject: [PATCH] Doc: fix example firmware source code Fix Documentation/firmware_class/ examples so that they will build. Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Documentation/firmware_class/firmware_sample_firmware_class.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Documentation/firmware_class/firmware_sample_firmware_class.c') diff --git a/Documentation/firmware_class/firmware_sample_firmware_class.c b/Documentation/firmware_class/firmware_sample_firmware_class.c index 57b956aecbc..9e1b0e4051c 100644 --- a/Documentation/firmware_class/firmware_sample_firmware_class.c +++ b/Documentation/firmware_class/firmware_sample_firmware_class.c @@ -172,7 +172,6 @@ static void fw_remove_class_device(struct class_device *class_dev) static struct class_device *class_dev; static struct device my_device = { - .name = "Sample Device", .bus_id = "my_dev0", }; -- cgit v1.2.3