29658c96ce
them, please let me know if not). Most of these are of the form: static const struct bzzt_type { [...list of members...] } const bzzt_devs[] = { [...list of initializers...] }; The second const is unnecessary, as arrays cannot be modified anyway, and if the elements are const, the whole thing is const automatically (e.g. it is placed in .rodata). I have verified this does not change the binary output of a full kernel build (except for build timestamps embedded in the object files). Reviewed by: yongari, marius MFC after: 1 week |
||
---|---|---|
.. | ||
chipsets | ||
ata_if.m | ||
ata-all.c | ||
ata-all.h | ||
ata-card.c | ||
ata-cbus.c | ||
ata-disk.c | ||
ata-disk.h | ||
ata-dma.c | ||
ata-isa.c | ||
ata-lowlevel.c | ||
ata-pci.c | ||
ata-pci.h | ||
ata-queue.c | ||
ata-raid-ddf.h | ||
ata-raid.c | ||
ata-raid.h | ||
ata-sata.c | ||
atapi-cam.c | ||
atapi-cd.c | ||
atapi-cd.h | ||
atapi-fd.c | ||
atapi-fd.h | ||
atapi-tape.c | ||
atapi-tape.h |