Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide

Pull small IDE cleanup from David Miller.

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide:
PNP: ide: constify pnp_device_id

+1 -1
+1 -1
drivers/ide/ide-pnp.c
··· 22 22 #define DRV_NAME "ide-pnp" 23 23 24 24 /* Add your devices here :)) */ 25 - static struct pnp_device_id idepnp_devices[] = { 25 + static const struct pnp_device_id idepnp_devices[] = { 26 26 /* Generic ESDI/IDE/ATA compatible hard disk controller */ 27 27 {.id = "PNP0600", .driver_data = 0}, 28 28 {.id = ""}