Skip to content

Commit

Permalink
CAIF: Fix U5500 compile error for shared memory driver
Browse files Browse the repository at this point in the history
Rearrange pr_fmt so it compiles.

Signed-off-by: Sjur Braendeland <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Kim Lilliestierna XX authored and David S. Miller committed Dec 8, 2010
1 parent 4f58605 commit e832932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/net/caif/caif_shm_u5500.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* License terms: GNU General Public License (GPL) version 2
*/

#define pr_fmt(fmt) KBUILD_MODNAME ":" __func__ "():" fmt
#define pr_fmt(fmt) KBUILD_MODNAME ":" fmt

#include <linux/version.h>
#include <linux/init.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/caif/caif_shmcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* License terms: GNU General Public License (GPL) version 2
*/

#define pr_fmt(fmt) KBUILD_MODNAME ":" __func__ "():" fmt
#define pr_fmt(fmt) KBUILD_MODNAME ":" fmt

#include <linux/spinlock.h>
#include <linux/sched.h>
Expand Down

0 comments on commit e832932

Please sign in to comment.