Skip to content

Commit 29f7505

Browse files
joshtriplettmichal42
authored andcommitted
mtd: denali: Drop print of build date/time
The kernel already has this information, and individual drivers shouldn't duplicate that. This also eliminates the use of __DATE__ and __TIME__, which make the build non-deterministic. Signed-off-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Michal Marek <mmarek@suse.cz>
1 parent ec513b1 commit 29f7505

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/mtd/nand/denali_pci.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ static struct pci_driver denali_pci_driver = {
131131

132132
static int denali_init_pci(void)
133133
{
134-
pr_info("Spectra MTD driver built on %s @ %s\n", __DATE__, __TIME__);
135134
return pci_register_driver(&denali_pci_driver);
136135
}
137136
module_init(denali_init_pci);

0 commit comments

Comments
 (0)