From: Bob Liu Date: Wed, 29 Sep 2010 03:12:44 +0000 (+0000) Subject: Blackfin: bf51x/bf52x: fix 16/32bit SPORT MMR helpers X-Git-Tag: v2.6.37-rc1~151^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5b77b450a067cd09031caaee72b671810a0fd25;p=pandora-kernel.git Blackfin: bf51x/bf52x: fix 16/32bit SPORT MMR helpers The RX/TX address is always the same regardless of the size of the access. That means there is no dedicated "16bit" or "32bit" MMR. Trying to use these currently leads to compile errors. So change everything to use the right MMR define. Signed-off-by: Bob Liu Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed