Skip to content

Commit

Permalink
lib: devres: add annotations for #endif
Browse files Browse the repository at this point in the history
While working on devres, I found those make navigating the code a tad
easier.

Signed-off-by: Wolfram Sang <[email protected]>
Acked-by: Grant Likely <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Wolfram Sang authored and gregkh committed Nov 16, 2011
1 parent 1ea6b8f commit 571806a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/devres.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,5 +348,5 @@ void pcim_iounmap_regions(struct pci_dev *pdev, u16 mask)
}
}
EXPORT_SYMBOL(pcim_iounmap_regions);
#endif
#endif
#endif /* CONFIG_PCI */
#endif /* CONFIG_HAS_IOPORT */

0 comments on commit 571806a

Please sign in to comment.