summaryrefslogtreecommitdiff
path: root/kernel-devel/module-basics/vain_pci
AgeCommit message (Collapse)Author
2018-04-19kernel/devel - module: fix driver examplesManuel Traut
remove devinit for probe and devexit for unregister functions add __init and __exit for init and exit functions Signed-off-by: Manuel Traut <manut@linutronix.de>
2018-02-20module-basics: fix wrappingJohn Ogness
Wrap lines that are too long for the slide. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2009-11-24more bugfixesBenedikt Spranger
2009-11-24driver bugfixesBenedikt Spranger
2009-11-24PCI example addedBenedikt Spranger