# Editor crap (emacs, vim, ...) *.swp *.orig \#*\# .\#* .*.sw[a-z] *.un~ # Hidden files, general things .* *~ # Compiled object files *.slo *.lo *.o # Compiled dynamic libraries *.so # Compiled static libraries *.lai *.la *.a # cscope/ctags index files cscope* tags # Testing folders fuzzing/ # Ignore if someone adapts Makefile Makefile # Other documentation ignores *.md *.ps # Compressed archives *.tar.bz2 *.tar.bz *.tar.xz # Release related stuff .MAIL_MSG # Excluded from ignorance !.gitignore .cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Stein <alexanders83@web.de>2016-04-29 14:50:02 +0200
committerLinus Walleij <linus.walleij@linaro.org>2016-05-02 13:52:04 +0200
commit234b6513fcb9d98adf71fcb6110be4e719632988 (patch)
tree84fe442660082dcd1f9860a42a7c49a1a3790f50
parent2bd07177213b2a7a7db49f4cebf9ddd1b7c17184 (diff)
pinctrl: at91: Make at91_gpio_template const
This template is only assigned, so make it const. Signed-off-by: Alexander Stein <alexanders83@web.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>