Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed30b147 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull small IDE cleanup from David Miller.

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide:
  PNP: ide: constify pnp_device_id
parents 0192f175 b671e170
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -22,7 +22,7 @@
#define DRV_NAME "ide-pnp"
#define DRV_NAME "ide-pnp"


/* Add your devices here :)) */
/* Add your devices here :)) */
static struct pnp_device_id idepnp_devices[] = {
static const struct pnp_device_id idepnp_devices[] = {
	/* Generic ESDI/IDE/ATA compatible hard disk controller */
	/* Generic ESDI/IDE/ATA compatible hard disk controller */
	{.id = "PNP0600", .driver_data = 0},
	{.id = "PNP0600", .driver_data = 0},
	{.id = ""}
	{.id = ""}