aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/firmware_class/firmware_sample_firmware_class.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2006-03-25 03:08:21 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-25 08:23:01 -0800
commit06842415149371127b91d15774cff95dcccc1845 (patch)
treeab613c84d1bb2cfab6ac090aa351c5ba7addfa02 /Documentation/firmware_class/firmware_sample_firmware_class.c
parent[PATCH] udf: remove duplicate definitions (diff)
downloadlinux-dev-06842415149371127b91d15774cff95dcccc1845.tar.xz
linux-dev-06842415149371127b91d15774cff95dcccc1845.zip
[PATCH] Doc: fix example firmware source code
Fix Documentation/firmware_class/ examples so that they will build. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to '')
-rw-r--r--Documentation/firmware_class/firmware_sample_firmware_class.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/firmware_class/firmware_sample_firmware_class.c b/Documentation/firmware_class/firmware_sample_firmware_class.c
index 57b956aecbc5..9e1b0e4051cd 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",
};