From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lad Prabhakar Date: Thu, 16 May 2013 07:22:56 +0000 Subject: [PATCH 1/2] video: da8xx-fb: remove unwanted header inclusion and sort the alphabetically Message-Id: <1368688257-18705-2-git-send-email-prabhakar.csengg@gmail.com> List-Id: References: <1368688257-18705-1-git-send-email-prabhakar.csengg@gmail.com> In-Reply-To: <1368688257-18705-1-git-send-email-prabhakar.csengg@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: DLOS , LFBDEV , Florian Tobias Schandinat Cc: LKML , "Lad, Prabhakar" From: Lad, Prabhakar This patch removes unwanted header inclusion and sorts them alphabetically Signed-off-by: Lad, Prabhakar --- drivers/video/da8xx-fb.c | 23 ++++++++++------------- 1 files changed, 10 insertions(+), 13 deletions(-) diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c index 0810939..aafe8b9 100644 --- a/drivers/video/da8xx-fb.c +++ b/drivers/video/da8xx-fb.c @@ -19,25 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include -#include -#include + +#include +#include +#include #include -#include +#include +#include +#include #include -#include #include -#include -#include -#include -#include -#include -#include -#include +#include + #include #include + #include