aboutsummaryrefslogtreecommitdiff
path: root/crypto/ablkcipher.c
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2009-10-15 09:58:28 -0600
committerGrant Likely <grant.likely@secretlab.ca>2009-10-15 09:58:28 -0600
commitb7a8212cae06f3bfa810f941f455bd8bb9aa8528 (patch)
tree1501b0a54824f11b9ed4d990013d54e3f2cd6a5e /crypto/ablkcipher.c
parentdb467ebd1fb0ff17df30a78d87c6cda4ea7b21c2 (diff)
drivers/serial/mpc52xx_uart.c: Use UPIO_MEM rather than SERIAL_IO_MEM
As in the commit 9b4a1617772d6d5ab5eeda0cd95302fae119e359, use UPIO_MEM rather than SERIAL_IO_MEM. Both have the same value. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @has_sc@ @@ #include <linux/serial_core.h> @depends on has_sc@ @@ - SERIAL_IO_MEM + UPIO_MEM // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'crypto/ablkcipher.c')
0 files changed, 0 insertions, 0 deletions