~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to arch/mips/include/asm/mach-ip32/dma-coherence.h

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        return 1;
81
81
}
82
82
 
83
 
static inline void plat_extra_sync_for_device(struct device *dev)
84
 
{
85
 
        return;
86
 
}
87
 
 
88
 
static inline int plat_dma_mapping_error(struct device *dev,
89
 
                                         dma_addr_t dma_addr)
90
 
{
91
 
        return 0;
92
 
}
93
 
 
94
83
static inline int plat_device_is_coherent(struct device *dev)
95
84
{
96
85
        return 0;               /* IP32 is non-cohernet */