[PATCH] remove device.name usage from firmware_sample_driver.c

From: Manuel Estrada Sainz
Date: Mon Oct 20 2003 - 17:59:56 EST


Please apply.

I guess that even sample code should be correct :).

ChangeLog:

Remove "struct device->name" usage
Documentation/firmware_class/firmware_sample_driver.c


firmware_sample_driver.c | 1 -
1 files changed, 1 deletion(-)


Index: Documentation/firmware_class/firmware_sample_driver.c
===================================================================
--- Documentation/firmware_class/firmware_sample_driver.c (revision 14117)
+++ Documentation/firmware_class/firmware_sample_driver.c (working copy)
@@ -22,7 +22,6 @@
#endif

static struct device ghost_device = {
- .name = "Ghost Device",
.bus_id = "ghost0",
};


--
--- Manuel Estrada Sainz <ranty@xxxxxxxxxx>
<ranty@xxxxxxxxxxx>
<ranty@xxxxxxxxxxxxxxxxxxxxx>
------------------------ <manuel.estrada@xxxxxxxxxxxxx> -------------------
Let us have the serenity to accept the things we cannot change, courage to
change the things we can, and wisdom to know the difference.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/