commit | e3a3f9f5123683bc87ce70189c9912a15b76b91b | [log] [tgz] |
---|---|---|
author | Mike Rapoport <mike.rapoport@gmail.com> | Mon Oct 26 09:05:52 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Oct 27 17:04:57 2015 +0900 |
tree | b19fe2a08a3f58c54323fe56699baffdf0c19df0 | |
parent | 6732071c259f79623219126c6e40f7c13a551287 [diff] |
staging: sm750fb: replace PADDING macro with ALIGN The custom macro PADDING differs from standard kernel ALIGN only in parameters order. Replace PADDING with ALIGN and remove it's definition. Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>